.config/rss2email.cfg: Change python-pep to python-checkins
[dotfiles-public.git] / src / .emacs-admin
1 ;;;; Trevor's sysadmin .emacs file
2 ; started Sept 12, 2008
3 ; The goal is to set up emacs for general usage & organization, without
4 ; too much Trevor-specific personalization.  An inheritable .emacs file ;).
5
6 ; Lisp comments begin with a ";"
7
8 ; Emacs Load Path
9 (add-to-list 'load-path "~/.emacs.d/site-lisp/")
10
11 ; Load useful customizations
12 (load "wtk_common")
13 (load "wtk_centralized_backups")