Skip to content

Instantly share code, notes, and snippets.

@jhrr
Created February 14, 2014 14:38
Show Gist options
  • Save jhrr/9002049 to your computer and use it in GitHub Desktop.
Save jhrr/9002049 to your computer and use it in GitHub Desktop.
Locating your .emacs.d somewhere other than ~/
(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