Created
May 11, 2012 04:04
-
-
Save matthew-ball/2657456 to your computer and use it in GitHub Desktop.
This file contains 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
;; WARNING: this requires ELPA has been run and created its directory (or just create the ELPA directory first) | |
(let ((default-directory (concat (expand-file-name user-emacs-directory) "elpa/"))) | |
(normal-top-level-add-subdirs-to-load-path)) ;; NOTE: recursively add sub-directories to load-path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment