Created
February 14, 2014 14:38
-
-
Save jhrr/9002049 to your computer and use it in GitHub Desktop.
Locating your .emacs.d somewhere other than ~/
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
(setq user-emacs-directory (expand-file-name "~/Dropbox/path/to/.emacs.d/")) | |
(load (locate-user-emacs-file "init.el")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment