aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-23 20:40:42 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-23 20:40:42 +0200
commit5c921a58aedcd53975d5d0dba1fe9e2759e15541 (patch)
tree1bc5d606a3144e7fca7c32781cb8f706e7525e60 /.dir-locals.el
parentbbc4c282f9b41f6442672d5d9c059517198f71d7 (diff)
Don’t bother with hooks
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 20191b9..7577762 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -10,4 +10,4 @@
(comment-continue . " ")
(require-final-newline . t)))
(mhtml-mode
- ((eval . (add-hook 'mhtml-mode-hook (lambda () (auto-fill-mode -1))))))) \ No newline at end of file
+ ((eval . (auto-fill-mode -1))))) \ No newline at end of file