|
|
|
@ -30,7 +30,7 @@ |
|
|
|
(load custom-file 'noerror) |
|
|
|
(load custom-file 'noerror) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Add relevant dirs to load path [This is somewhat undesirable; I should |
|
|
|
Add relevant dirs to load path [This is somewhat undesirable; I should |
|
|
|
uniformize the path-loading business at some point ] |
|
|
|
uniformize the path-loading business at some point…] |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(let ((default-directory "~/.emacs.d/")) |
|
|
|
(let ((default-directory "~/.emacs.d/")) |
|
|
|
(normal-top-level-add-subdirs-to-load-path) |
|
|
|
(normal-top-level-add-subdirs-to-load-path) |
|
|
|
|