summaryrefslogtreecommitdiff
path: root/elchemy-hooks.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-09 22:56:54 -0700
committerChristian Cunningham <cc@local.lan>2024-06-09 22:56:54 -0700
commit043a4c86241cba3be5ca6796bc931a78ea4f98ed (patch)
tree28cf6eaf2316fd56838bd4a33bfb16e160f93d38 /elchemy-hooks.el
parent1a12c23daf99484373cfeaf4e8ed800411f2ae15 (diff)
Rename variables
Diffstat (limited to 'elchemy-hooks.el')
-rw-r--r--elchemy-hooks.el2
1 files changed, 1 insertions, 1 deletions
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)