From 7c8359f3247b05d8b4c38e0567f65910a9137623 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 19 Mar 2020 10:09:47 +0100 Subject: [PATCH] Add C-c i binding to add ref link --- dotfiles/doom.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/doom.org b/dotfiles/doom.org index 4154263..44c729a 100644 --- a/dotfiles/doom.org +++ b/dotfiles/doom.org @@ -1459,6 +1459,11 @@ Nice Functions: ".pdf")))) t) ) + (map! + :map org-mode-map + (:desc "Insert Link" + :n "C-c i" #'org-ref-insert-ref-link)) + ) #+end_src #+begin_src emacs-lisp