Remove (ivy|helm)-bibtex def-package's
ivy-bibtex and helm-bibtex are autoloaded by their respective packages' autoloads files, so their def-package! blocks are unnecessary.
This commit is contained in:
parent
5d361534ce
commit
66679d2f7b
1 changed files with 0 additions and 8 deletions
|
@ -37,14 +37,6 @@
|
||||||
bibtex-text-indentation 20)
|
bibtex-text-indentation 20)
|
||||||
(define-key bibtex-mode-map (kbd "C-c \\") #'bibtex-fill-entry))
|
(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
|
(after! bibtex-completion
|
||||||
(unless (string-empty-p +latex-bibtex-file)
|
(unless (string-empty-p +latex-bibtex-file)
|
||||||
(setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file)))))
|
(setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue