summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config/init-notes.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/init-notes.el b/config/init-notes.el
index 9c85c38..b00626a 100644
--- a/config/init-notes.el
+++ b/config/init-notes.el
@@ -17,7 +17,8 @@
     :ensure nil)
   :bind (("C-c n r" . denote-rename-file)
 	 ("C-c n t" . denote-journal-extras-new-or-existing-entry)
-	 ("C-c n n" . denote-subdirectory))
+	 ("C-c n n" . denote-subdirectory)
+	 ("C-c n a" . denote))
   :custom
   (denote-known-keywords '("journal" "project" "TIL" "people" "interviews"))
   (denote-rename-buffer-mode 1)