From 7b3db2a401dde8d532d0ee56400b4e1147b24005 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 18 Jan 2021 14:45:01 +0530 Subject: [PATCH] emacs: Clean up duplicate org-directory setting --- emacs/.config/doom/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/"))