adding new biblio module
This commit is contained in:
parent
3f4482a225
commit
0c2cebadca
4 changed files with 24 additions and 0 deletions
7
modules/tools/biblio/config.el
Normal file
7
modules/tools/biblio/config.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;;; tools/biblio/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! ivy-bibtex
|
||||
:when (featurep! :completion ivy)
|
||||
:defer t
|
||||
:config
|
||||
(add-to-list 'ivy-re-builders-alist '(ivy-bibtex . ivy--regex-plus)))
|
7
modules/tools/biblio/packages.el
Normal file
7
modules/tools/biblio/packages.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/biblio/packages.el
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-bibtex :pin "3cff6bd702"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-bibtex :pin "3cff6bd702"))
|
Loading…
Add table
Add a link
Reference in a new issue