Created
May 25, 2015 01:50
-
-
Save hsaito/1a6682fcabfdaf085d2e to your computer and use it in GitHub Desktop.
Load all subdirectory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Site Lisp Path | |
(if (fboundp 'normal-top-level-add-subdirs-to-load-path) | |
(let* ((my-lisp-dir "~/.emacs.d/site-lisp/") | |
(default-directory my-lisp-dir)) | |
(setq load-path (cons my-lisp-dir load-path)) | |
(normal-top-level-add-subdirs-to-load-path))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment