Set up dependencies and autoload for org-noter
This commit is contained in:
parent
66f1c7ba05
commit
67f5671fe2
|
@ -538,6 +538,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
(use-package org-noter
|
(use-package org-noter
|
||||||
:ensure t
|
:ensure t
|
||||||
:diminish
|
:diminish
|
||||||
|
:after (org doc-view)
|
||||||
|
:commands (org-noter)
|
||||||
:custom
|
:custom
|
||||||
(org-noter-always-create-frame nil)
|
(org-noter-always-create-frame nil)
|
||||||
(org-noter-kill-frame-at-session-end nil)
|
(org-noter-kill-frame-at-session-end nil)
|
||||||
|
|
Loading…
Reference in a new issue