diff options
author | Kyle Meyer <kyle@kyleam.com> | 2013-11-11 16:52:38 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2013-11-11 16:52:38 -0500 |
commit | 3b2798354943446cc89ccfa1987a5c04b91ad75f (patch) | |
tree | c995d176be773759020bee0852677f481120800e /init | |
parent | 9e5bce94e18a933e44efa39dfdac1bde5442e9f0 (diff) | |
download | emacs.d-3b2798354943446cc89ccfa1987a5c04b91ad75f.tar.gz |
Install org mode from git repo (not elpa)
Diffstat (limited to 'init')
-rw-r--r-- | init/10-km-pkg.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/10-km-pkg.el b/init/10-km-pkg.el index 4e858d9..74f672e 100644 --- a/init/10-km-pkg.el +++ b/init/10-km-pkg.el @@ -21,7 +21,6 @@ magit markdown-mode multiple-cursors - org paredit smex wrap-region @@ -42,3 +41,5 @@ (package-install pkg)))) (add-to-list 'load-path "~/.emacs.d/vendor/") +(add-to-list 'load-path "~/src/emacs/org-mode/lisp") +(add-to-list 'load-path "~/src/emacs/org-mode/contrib/lisp" t) |