diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-06 13:48:51 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-06 13:48:51 -0700 |
commit | c6a13ee5c1683c344ec275a74da7cfa2cbcd6e1c (patch) | |
tree | af7e0e52e65e19cfc1195821ba6488d11a2fcb7f | |
parent | refile tasks where I want them to be (diff) | |
download | emacs.d-c6a13ee5c1683c344ec275a74da7cfa2cbcd6e1c.tar.gz |
change the binding to create a denote note
-rw-r--r-- | config/init-notes.el | 2 |
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) |