Add .fluxbox/keys.
[dotfiles-framework.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 (setq load-path (cons "~/.emacs.d/load" load-path))
10
11 ; Load useful customizations
12 (load "wtk_common.el")
13 (load "wtk_centralized_backups.el")