diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-05-03 08:58:35 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-11 23:14:14 -0400 |
commit | 7737204be36e973cdc4d0bd0f7b9d796824dc6fb (patch) | |
tree | 257a36436e7161d0758ec76041aa9413b40d65a0 | |
parent | b1c4b7d952fbd9b961da6623ea03153e36224330 (diff) | |
download | emacs.d-7737204be36e973cdc4d0bd0f7b9d796824dc6fb.tar.gz |
org: Update for contrib/ move
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ :mode ("\\.org.txt\\'" . org-mode) :init (require 'org-loaddefs) - (add-to-list 'load-path "~/src/emacs/org-mode/contrib/lisp/" t) + (add-to-list 'load-path "~/src/emacs/org-contrib/lisp/" t) (with-eval-after-load 'info (info-initialize) (add-to-list 'Info-directory-list "~/src/emacs/org-mode/doc/")) |