Install and configure citar-embark (new package)
This commit is contained in:
parent
6cdf6519d2
commit
cce11b5fbd
@ -226,6 +226,7 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
|
||||
'(async ; asynchroneous processing
|
||||
auctex ; Aalborg University Center TeX
|
||||
citar ; bibliography handling
|
||||
citar-embark ; citar and embark integration
|
||||
company ; complete anything
|
||||
consult ; consult completing-read
|
||||
eglot ; Emacs polyGLOT LSP client
|
||||
@ -1979,7 +1980,9 @@ configuration.
|
||||
(custom-set-variables
|
||||
'(citar-bibliography '("~/VCS/research/refs.bib"))
|
||||
'(citar-file-extensions '("djvu" "pdf"))
|
||||
'(citar-library-paths '("~/VCS/research/papers/"))))
|
||||
'(citar-library-paths '("~/VCS/research/papers/")))
|
||||
(when (fboundp 'citar-embark-mode)
|
||||
(citar-embark-mode +1)))
|
||||
|
||||
(define-key org-mode-map (kbd "C-c b") #'org-cite-insert))
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user