diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-08 16:09:45 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-08 16:09:45 +0000 |
commit | c6e0d28d90ce27e759cc6298ab6dbe1433ee3c85 (patch) | |
tree | c715f28d169eebd0c5ad1fd66e3f448b18aee37d | |
parent | 4838e3b39ef68dca38cee5d8f88a6b22b1b7e539 (diff) |
added a binding for creating a link in denote
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |