From 5c921a58aedcd53975d5d0dba1fe9e2759e15541 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Jul 2025 20:40:42 +0200 Subject: Don’t bother with hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') 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 -- cgit v1.2.3