Remove redundant abstraction
This commit is contained in:
parent
a381f59261
commit
218c2da67c
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue