From bb3e0295442f0d14ee18ed11e2aefd1d59b04dff Mon Sep 17 00:00:00 2001 From: Daneel Date: Mon, 23 Feb 2026 22:28:16 +0100 Subject: [PATCH] feat(org-noter): change notes directory to ~/org/annotations/ --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 9bd3659..94fb09a 100644 --- a/config.el +++ b/config.el @@ -1239,7 +1239,7 @@ Otherwise: runs interactive ement-connect, then opens rooms after sync." :config (setq org-noter-notes-window-location 'horizontal-split ;; Directories to search for and create notes files - org-noter-notes-search-path (list (expand-file-name "notes/" org-directory)) + org-noter-notes-search-path (list (expand-file-name "annotations/" org-directory)) ;; Default note file name candidates org-noter-default-notes-file-names '("notes.org") ;; Remember last position in PDF across sessions