Add org-noter package back, wasn't in package-selected-packages list

This commit is contained in:
Evie Litherland-Smith 2024-10-07 10:01:38 +01:00
parent 6b24003919
commit e9ef824138

View file

@ -1023,6 +1023,7 @@ Configure email with iCalendar event support, to integrate with
(org-icalendar-combined-name "org-mode")
(org-icalendar-combined-description "Emacs org-mode combined export"))
(add-to-list 'package-selected-packages 'org-noter)
(use-package org-noter
:if (package-installed-p 'org-noter)
:disabled t
@ -1032,7 +1033,7 @@ Configure email with iCalendar event support, to integrate with
(org-noter-always-create-frame nil)
(org-noter-kill-frame-at-session-end nil)
(org-noter-auto-save-last-location t)
(org-noter-default-notes-file-names '("noter.org"))
(org-noter-default-notes-file-names '("notes.org"))
(org-noter-doc-property-in-notes t)
(org-noter-notes-search-path
(list (expand-file-name "notes" org-directory)