;;;; Trevor's sysadmin .emacs file ; started Sept 12, 2008 ; The goal is to set up emacs for general usage & organization, without ; too much Trevor-specific personalization. An inheritable .emacs file ;). ; Lisp comments begin with a ";" ; Emacs Load Path ;(setq load-path (cons "~/.emacs.d/load" load-path)) ; Load useful customizations (load "wtk_common.el") (load "wtk_centralized_backups.el")