62f897fdf5
* .emacs only loops through .emacs.d and runs the *.el files there. * files are automatically compiled before loading. But only if it hasn't already been compiled. * all emacs el files, save for the startup scripts, have been moved to .emacs.d/elisp
3 lines
155 B
EmacsLisp
3 lines
155 B
EmacsLisp
(add-to-list 'load-path "~/.emacs.d/elisp")
|
|
(add-to-list 'load-path "~/.emacs.d/naquadah-theme")
|
|
(add-to-list 'load-path "~/.emacs.d/auto-complete-clang")
|