From 67f5671fe249cf1ce44e3d69cc486c32d2c6da44 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 9 Jan 2024 15:12:22 +0000 Subject: [PATCH] Set up dependencies and autoload for org-noter --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 48b3f0e..90b802c 100644 --- a/README.org +++ b/README.org @@ -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)