From c8be5ff4118890d83f3cf0d3e376b1baab6d524c Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 9 Jun 2024 22:56:54 -0700 Subject: Rename variables --- elchemy-hooks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elchemy-hooks.el') diff --git a/elchemy-hooks.el b/elchemy-hooks.el index a61fc52..5c25be4 100644 --- a/elchemy-hooks.el +++ b/elchemy-hooks.el @@ -4,7 +4,7 @@ (set (make-local-variable 'sgml-basic-offset) 4))) ;; Org Mode -(setq org-latex-compiler nm/user/latex-compiler +(setq org-latex-compiler elchemy/user/latex-compiler org-export-with-smart-quotes t) (provide 'elchemy-hooks) -- cgit v1.2.1