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 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 |