summaryrefslogtreecommitdiff
path: root/nemacs-hooks.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-01 16:11:59 -0700
committerChristian Cunningham <cc@localhost>2024-06-01 16:11:59 -0700
commit5c1b2a5da3c11f8b2d946219b2afeac526e6627d (patch)
tree2c7ac2846dc0afd1092aded47be928cd10fbe7ef /nemacs-hooks.el
parentc5a06aa3b3c6954b806db030900b89428fc05143 (diff)
Rename Config
Diffstat (limited to 'nemacs-hooks.el')
-rw-r--r--nemacs-hooks.el10
1 files changed, 0 insertions, 10 deletions
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)