diff --git a/modules/lang/latex/+ref.el b/modules/lang/latex/+ref.el index 6235fec06..52ec92937 100644 --- a/modules/lang/latex/+ref.el +++ b/modules/lang/latex/+ref.el @@ -37,14 +37,6 @@ bibtex-text-indentation 20) (define-key bibtex-mode-map (kbd "C-c \\") #'bibtex-fill-entry)) -(def-package! ivy-bibtex - :when (featurep! :completion ivy) - :commands ivy-bibtex) - -(def-package! helm-bibtex - :when (featurep! :completion helm) - :commands helm-bibtex) - (after! bibtex-completion (unless (string-empty-p +latex-bibtex-file) (setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file)))))