From fceac47558ab91111b868728e7a92b9b69210c16 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 16 Jul 2023 09:50:42 +0200 Subject: [PATCH] Add denote shortcuts --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 40d68a8..3bdaa72 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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()