From 5712efba2e540aa1e10a83adbedd7b9936b16c65 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 23 Feb 2018 09:58:14 +0100 Subject: [PATCH] Emacs: improved code style --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 2040c76..cca11b4 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1011,7 +1011,7 @@ :config ;; Enable support for csquotes (setq LaTeX-csquotes-close-quote "}" - LaTeX-csquotes-open-quote "\\enquote{")) + LaTeX-csquotes-open-quote "\\enquote{")) ;; LaTeX with AUCTeX ;; Integrated environment for TeX