mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
refactor: replace doom-enlist with ensure-list
doom-enlist is now a deprecated alias for ensure-list, which is built into Emacs 28.1+ and is its drop-in replacement. We've already backported it for 27.x users in doom-lib (in4bf4978
). Ref:4bf49785fd
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:defer t
|
||||
:config
|
||||
(setq org-cite-global-bibliography
|
||||
(doom-enlist
|
||||
(ensure-list
|
||||
(or (bound-and-true-p citar-bibliography)
|
||||
(bound-and-true-p bibtex-completion-bibliography)))
|
||||
;; Setup export processor; default csl/citeproc-el, with biblatex for
|
||||
|
Reference in New Issue
Block a user