Add denote shortcuts

This commit is contained in:
Tobias Ostner 2023-07-16 09:50:42 +02:00
parent 069fe8b056
commit fceac47558

View file

@ -123,6 +123,9 @@
(use-package dash)
(use-package denote
:bind (("C-c n n" . denote)
("C-c n l" . denote-link)
("C-c n b" . denote-link-backlinks))
:config
(setq denote-directory (expand-file-name "~/TobCloud/org/notes"))
(defun to/denote-journal()