mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
reformat
This commit is contained in:
@ -179,14 +179,12 @@
|
|||||||
|
|
||||||
(def-package! ivy-bibtex
|
(def-package! ivy-bibtex
|
||||||
:when (featurep! :completion ivy)
|
:when (featurep! :completion ivy)
|
||||||
:commands ivy-bibtex
|
:commands ivy-bibtex)
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! helm-bibtex
|
(def-package! helm-bibtex
|
||||||
:when (featurep! :completion helm)
|
:when (featurep! :completion helm)
|
||||||
:commands helm-bibtex
|
:commands helm-bibtex)
|
||||||
)
|
|
||||||
|
|
||||||
(after! bibtex-completion
|
(after! bibtex-completion
|
||||||
(unless (string-empty-p +latex-bibtex-file)
|
(unless (string-empty-p +latex-bibtex-file)
|
||||||
|
Reference in New Issue
Block a user