From 2e875a849085b3d34d028c7ef3ca780ff78019b7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:21:37 -0500 Subject: refactor: created specific org-dir variable for ~/sync/org --- modules/org-noter-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/org-noter-config.el') diff --git a/modules/org-noter-config.el b/modules/org-noter-config.el index a3968aa6..a5e1f7fc 100644 --- a/modules/org-noter-config.el +++ b/modules/org-noter-config.el @@ -31,7 +31,7 @@ (setq org-noter-notes-window-location 'horizontal-split) (setq org-noter-notes-window-behavior '(start scroll)) ; note: must be a list! (setq org-noter-doc-split-fraction '(0.5 . 0.5)) - (setq org-noter-notes-search-path (list (concat sync-dir "/org-noter/"))) + (setq org-noter-notes-search-path (list (concat org-dir "/org-noter/"))) (setq org-noter-default-notes-file-names '("reading-notes.org")) (setq org-noter-separate-notes-from-heading t) (setq org-noter-kill-frame-at-session-end t) ; kill frame when closing session -- cgit v1.2.3