From f14c2d3fe50de3c55e7c9684e93cdf5608a00b89 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 28 May 2024 11:19:22 -0700 Subject: Initial Commit --- nemacs-hooks.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nemacs-hooks.el (limited to 'nemacs-hooks.el') diff --git a/nemacs-hooks.el b/nemacs-hooks.el new file mode 100644 index 0000000..754e58a --- /dev/null +++ b/nemacs-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 'nemacs-hooks) -- cgit v1.2.1