summaryrefslogtreecommitdiff
path: root/lisp/web.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-01-23 08:30:53 -0500
committermattkae <mattkae@protonmail.com>2023-01-23 08:30:53 -0500
commit71b04518343e93ffea363dbe8996699f580dcfb4 (patch)
tree1568254281cf4e456f3047bc4fe34ab84c9023e9 /lisp/web.el
parent1e339742e1eb765272fe86700d1fee4ce7f78dac (diff)
Adding html documents to web mode
Diffstat (limited to 'lisp/web.el')
-rw-r--r--lisp/web.el1
1 files changed, 1 insertions, 0 deletions
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)