diff options
-rw-r--r-- | .dir-locals.el | 2 |
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 |