aboutsummaryrefslogtreecommitdiff
path: root/modules/org-noter-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
committerCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
commit1e288024d0d41836d24c3d99692dc2f8ddd416cf (patch)
treea0706dc0e378f576ba486734db9dddeb55b77991 /modules/org-noter-config.el
parentd38aa9d10dd2aea7ec624408a684634b17c37eb8 (diff)
downloaddotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.tar.gz
dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.zip
refactor: created specific org-dir variable for ~/sync/org
Diffstat (limited to 'modules/org-noter-config.el')
-rw-r--r--modules/org-noter-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-noter-config.el b/modules/org-noter-config.el
index a3968aa69..a5e1f7fc4 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