Set up dependencies and autoload for org-noter

This commit is contained in:
Evie Litherland-Smith 2024-01-09 15:12:22 +00:00
parent 66f1c7ba05
commit 67f5671fe2

View file

@ -538,6 +538,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(use-package org-noter
:ensure t
:diminish
:after (org doc-view)
:commands (org-noter)
:custom
(org-noter-always-create-frame nil)
(org-noter-kill-frame-at-session-end nil)