Add C-c i binding to add ref link
This commit is contained in:
parent
9aa223e34b
commit
7c8359f324
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user