Add denote shortcuts
This commit is contained in:
parent
069fe8b056
commit
fceac47558
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue