diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-09 22:56:54 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-09 22:56:54 -0700 |
| commit | 043a4c86241cba3be5ca6796bc931a78ea4f98ed (patch) | |
| tree | 28cf6eaf2316fd56838bd4a33bfb16e160f93d38 /elchemy-hooks.el | |
| parent | 1a12c23daf99484373cfeaf4e8ed800411f2ae15 (diff) | |
Rename variables
Diffstat (limited to 'elchemy-hooks.el')
| -rw-r--r-- | elchemy-hooks.el | 2 |
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) |
