summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/init-notes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/init-notes.el b/config/init-notes.el
index 277b156..eabee00 100644
--- a/config/init-notes.el
+++ b/config/init-notes.el
@@ -18,7 +18,7 @@
   :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 a" . denote))
+	 ("C-c n c" . denote))
   :custom
   (denote-known-keywords '("journal" "project" "TIL" "people" "interviews"))
   (denote-rename-buffer-mode 1)