From 5c1b2a5da3c11f8b2d946219b2afeac526e6627d Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 1 Jun 2024 16:11:59 -0700 Subject: Rename Config --- nemacs-hooks.el | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nemacs-hooks.el (limited to 'nemacs-hooks.el') diff --git a/nemacs-hooks.el b/nemacs-hooks.el deleted file mode 100644 index 754e58a..0000000 --- a/nemacs-hooks.el +++ /dev/null @@ -1,10 +0,0 @@ -;; 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