Skip to content

Instantly share code, notes, and snippets.

@viraltux
Last active August 24, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viraltux/70bc2daf63c649c562dfb742773e5ab5 to your computer and use it in GitHub Desktop.
Save viraltux/70bc2daf63c649c562dfb742773e5ab5 to your computer and use it in GitHub Desktop.
(setq user-emacs-directory (expand-file-name "~/Dropbox/.emacs.d/"))
(require 'org)
(org-babel-load-file (expand-file-name (concat user-emacs-directory "init.org")))
(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