Use add-to-list to setup emacs load path and move .emacs.d/load to .emacs.d/site...
[dotfiles-public.git] / src / .emacs
1 ;;;; Trevor's sysadmin .emacs file
2 ; started Sept 13, 2006
3 ; The goal is to set up emacs for personal usage.
4 ; See .emacs-admin for a more general setup
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.el")
13 (load "wtk_centralized_backups.el")
14 (load "wtk_utf-8.el")
15 (load "wtk_layout.el")
16 (load "wtk_aspell.el")
17 (load "wtk_epa.el")
18 (load "wtk_org.el")
19 (load "wtk_no-vc.el")
20 (load "wtk_ansi-color.el")
21
22 (require 'cython-mode)
23
24 ; Play GNU Go in an emacs buffer
25 ;(require 'gnugo)
26
27 ; Load querty.el, for switching keyboard mappings.
28 ;(load "querty.el")