diff --git a/README.org b/README.org index 3aae08b..f11acdb 100644 --- a/README.org +++ b/README.org @@ -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