public
Description: My Emacs config
Homepage:
Clone URL: git://github.com/defunkt/emacs.git
defunkt (author)
Mon Nov 02 11:15:47 -0800 2009
commit  08a60605274d28c9d802014c73602f576143f79a
tree    f3194ef549f1039230cc61bb37366b4df933e7c0
parent  5ae2cba42d160eb5100fe92c0a85a90a8860f1d9
emacs / emacs.el
100644 8 lines (6 sloc) 0.264 kb
1
2
3
4
5
6
7
8
(add-to-list 'load-path "~/.emacs.d")
 
;; You're expected to populate .emacs.d/local.el
;; with your own code. This file is under .gitignore
;; so it won't be version-controlled. The idea is to
;; make this file load other version-controlled files.
(load "local")