From c6e0d28d90ce27e759cc6298ab6dbe1433ee3c85 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 8 Dec 2022 16:09:45 +0000 Subject: added a binding for creating a link in denote --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 6d98aea..98a9706 100644 --- a/init.el +++ b/init.el @@ -290,7 +290,8 @@ Restart works only on graphic display." :bind (("C-c n n" . denote-create-note) ("C-c n d" . mrl/denote-journal) - ("C-c n t" . denote-type)) + ("C-c n t" . denote-type) + ("C-c n l" . denote-link)) ) ;; Enable vertico -- cgit v1.2.3