feat(org-noter): change notes directory to ~/org/annotations/

This commit is contained in:
2026-02-23 22:28:16 +01:00
parent 7961c186c5
commit bb3e029544

View File

@@ -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