From 71b04518343e93ffea363dbe8996699f580dcfb4 Mon Sep 17 00:00:00 2001 From: mattkae Date: Mon, 23 Jan 2023 08:30:53 -0500 Subject: Adding html documents to web mode --- lisp/web.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/web.el') diff --git a/lisp/web.el b/lisp/web.el index 3372792..bb5d4f8 100644 --- a/lisp/web.el +++ b/lisp/web.el @@ -19,6 +19,7 @@ ) (my-web-mode-colors) ) +(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode)) (setq-default js-indent-level 2) (require 'flycheck) -- cgit v1.2.1