mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
- Rename module from `:completion selectrum` to `:completion vertico` - Rename all files involved - Do *not* yet rename all the functions, as that messes up git's rename detection.
11 lines
469 B
EmacsLisp
11 lines
469 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(package! bibtex-completion :pin "9f6ea920a49457d85096caa0e61f086a42b2908e")
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
|
(when (featurep! :completion vertico)
|
|
(package! bibtex-actions :pin "b1ddbb32373ac01b6bb46dfc4cdc143461e3c14c"))
|