From 5c1b2a5da3c11f8b2d946219b2afeac526e6627d Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 1 Jun 2024 16:11:59 -0700 Subject: Rename Config --- elchemy-hooks.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 elchemy-hooks.el (limited to 'elchemy-hooks.el') 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) -- cgit v1.2.1