aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-23 19:58:05 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-23 19:58:05 +0200
commit81945f9221819b5de8c4dc81f576e8aac53811f6 (patch)
treeef1a7ce50aa98187b28181383f4002ebf1c8339e /.dir-locals.el
parent92e8197a51e176a9b4c91175aa7e14f86dfa5092 (diff)
Unset auto-fill-mode
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 855d8c2..8395dfc 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,4 +7,4 @@
(comment-end . " */")
(comment-continue . " ")
(require-final-newline . t)))
- (mhtml-mode . ((fill-column . 79)))) \ No newline at end of file
+ (mhtml-mode . ((auto-fill-mode . nil)))) \ No newline at end of file