diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-01 16:11:59 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-01 16:11:59 -0700 |
| commit | 97dfc6b1a27d46976e42949e394634ba07892a5c (patch) | |
| tree | 2c7ac2846dc0afd1092aded47be928cd10fbe7ef /elchemy-hooks.el | |
| parent | 1f09c1321ef95661803a02b725db59d99725f9d8 (diff) | |
Rename Config
Diffstat (limited to 'elchemy-hooks.el')
| -rw-r--r-- | elchemy-hooks.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/elchemy-hooks.el b/elchemy-hooks.el new file mode 100644 index 0000000..a61fc52 --- /dev/null +++ b/elchemy-hooks.el @@ -0,0 +1,10 @@ +;; HTML-mode +(add-hook 'html-mode-hook + (lambda () + (set (make-local-variable 'sgml-basic-offset) 4))) + +;; Org Mode +(setq org-latex-compiler nm/user/latex-compiler + org-export-with-smart-quotes t) + +(provide 'elchemy-hooks) |
