diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index c186a65..01cc6d4 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -51,6 +51,7 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. -(setq org-directory "~/org") + (setq rfc-mode-directory (expand-file-name "~/rfc/")) + (setq org-noter-notes-search-path '("~/org/notes/"))