Add function reader macros
This commit is contained in:
parent
f25f94b3e5
commit
681356452f
@ -716,7 +716,7 @@ previous input in the minibuffer. Listing
|
||||
(symbol-value minibuffer-history-variable)
|
||||
nil))
|
||||
|
||||
(define-key minibuffer-local-map (kbd "C-<tab>") 'minibuffer-complete-history)
|
||||
(define-key minibuffer-local-map (kbd "C-<tab>") #'minibuffer-complete-history)
|
||||
#+end_src
|
||||
|
||||
** [[https://github.com/justbur/emacs-which-key#readme][Prefix key-binding help]]
|
||||
@ -1076,7 +1076,7 @@ and =org=.
|
||||
'(citar-file-extensions '("djvu" "pdf"))
|
||||
'(citar-library-paths '("~/VCS/research/papers/"))))
|
||||
|
||||
(define-key org-mode-map (kbd "C-c b") 'org-cite-insert))
|
||||
(define-key org-mode-map (kbd "C-c b") #'org-cite-insert))
|
||||
#+end_src
|
||||
|
||||
*** TODO Compare bibtex and biblatex
|
||||
|
Loading…
x
Reference in New Issue
Block a user