Remove redundant abstraction

This commit is contained in:
Patrick Elliott 2020-04-07 13:16:13 -04:00
parent a381f59261
commit 218c2da67c
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA

View file

@ -1,10 +1,5 @@
;;; lang/latex/+ref.el -*- lexical-binding: t; -*-
(when (stringp +latex-bibtex-file)
(setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file))
reftex-default-bibliography bibtex-completion-bibliography))
(use-package! reftex
:hook (LaTeX-mode . reftex-mode)
:config