Skip to content

Instantly share code, notes, and snippets.

@aaroncampos
Created December 7, 2012 18:47
Show Gist options
  • Save aaroncampos/4235447 to your computer and use it in GitHub Desktop.
Save aaroncampos/4235447 to your computer and use it in GitHub Desktop.
Set custom org-mode location
;; Org-mode config
(setq load-path (cons "~/.emacs.d/org-7.01h/lisp" load-path))
(setq load-path (cons "~/.emacs.d/org-7.01h/contrib/lisp" load-path))
(require 'org-install)
(require 'org)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment