.config/rss2email.cfg: Update defaults for rss2email v3.6+
[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")
13 (load "wtk_centralized_backups")
14 (load "wtk_utf-8")
15 (load "wtk_layout")
16 (load "wtk_linux")
17 (load "wtk_aspell")
18 (load "wtk_epa")
19 (load "wtk_org")
20 (load "wtk_no-vc")
21 (load "wtk_ansi-color")
22
23 (require 'cython-mode)
24
25 (autoload 'notmuch "wtk_notmuch" "notmuch mail" t)
26
27 ; Play GNU Go in an emacs buffer
28 ;(require 'gnugo)
29
30 ; Load querty, for switching keyboard mappings.
31 ;(load "querty")