Change keybindings for denote

This commit is contained in:
Andreas Zweili 2023-07-22 14:23:22 +02:00
parent 28fc9fcbf2
commit a374a792ec
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
(use-package denote
:bind
(("C-c n r" . denote-rename-file)
("C-c n n" . denote-create-file))
(("C-c C-n r" . denote-rename-file)
("C-c C-n n" . denote-create-file))
:config
(setq denote-file-type "markdown-yaml"
denote-directory "~/nextcloud/10_documents/"))