Add .fluxbox/keys.
[dotfiles-framework.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 (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")
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
21 (require 'cython-mode)
22
23 ; Play GNU Go in an emacs buffer
24 ;(require 'gnugo)
25
26 ; Load querty.el, for switching keyboard mappings.
27 ;(load "querty.el")