mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
@@ -105,3 +105,11 @@
|
||||
:defer t
|
||||
:config
|
||||
(add-to-list 'ivy-re-builders-alist '(ivy-bibtex . ivy--regex-plus)))
|
||||
|
||||
|
||||
(use-package! helm-bibtex
|
||||
:when (modulep! :completion helm)
|
||||
:defer t
|
||||
:config
|
||||
;; helm and org-cite don't get along (#8462)
|
||||
(add-to-list 'helm-completing-read-handlers-alist '(org-cite-insert)))
|
||||
|
Reference in New Issue
Block a user