diff options
-rw-r--r-- | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org index f64dc62..a38b4b0 100644 --- a/emacs.org +++ b/emacs.org @@ -319,7 +319,7 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto ("C-c n r" . denote-rename-file) :map org-mode-map ("C-c n i" . denote-link) - ("C-c n I" . denote-link-add-links) + ("C-c n I" . denote-link-or-create) ("C-c n l" . denote-link-find-file) ("C-c n b" . denote-link-backlinks))) #+end_src |