From c93c595ba31f9ed7a6b17ee38b7552a9149520ee Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Thu, 12 Jul 2018 18:46:54 +0200 Subject: [PATCH] reformat --- modules/lang/latex/config.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index be9f8041a..6953b6e3b 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -179,14 +179,12 @@ (def-package! ivy-bibtex :when (featurep! :completion ivy) - :commands ivy-bibtex - ) + :commands ivy-bibtex) (def-package! helm-bibtex :when (featurep! :completion helm) - :commands helm-bibtex - ) + :commands helm-bibtex) (after! bibtex-completion (unless (string-empty-p +latex-bibtex-file)