mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove redundant abstraction
This commit is contained in:
@ -1,10 +1,5 @@
|
|||||||
;;; lang/latex/+ref.el -*- lexical-binding: t; -*-
|
;;; 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
|
(use-package! reftex
|
||||||
:hook (LaTeX-mode . reftex-mode)
|
:hook (LaTeX-mode . reftex-mode)
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user