From af4fd8266f3ab8a42fb8a882ae32f6355379f2c2 Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Fri, 22 Jun 2018 12:22:03 +0200 Subject: [PATCH] removed redundant config from latex module --- modules/lang/latex/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index d4f85fe0b..9be62a148 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -167,11 +167,6 @@ (setq bibtex-dialect 'biblatex bibtex-align-at-equal-sign t bibtex-text-indentation 20) - (unless (string-empty-p +latex-bibtex-file) - (setq bibtex-completion-bibliography (list (expand-file-name +latex-bibtex-file)))) - (unless (string-empty-p +latex-bibtex-dir) - (setq bibtex-completion-library-path (list +latex-bibtex-dir) - bibtex-completion-notes-path (expand-file-name "notes.org" +latex-bibtex-dir))) (define-key bibtex-mode-map (kbd "C-c \\") #'bibtex-fill-entry))