Install the web-mode package

It is also activated for each HTML file.
This commit is contained in:
2016-12-02 14:41:06 +01:00
parent d00e4a0cec
commit 3cf3eae02e
2 changed files with 11 additions and 5 deletions

View File

@@ -998,6 +998,11 @@
(use-package csharp-mode
:ensure t)
(use-package web-mode
:ensure t
:config
(add-to-list 'auto-mode-alist '("\\.html?\\" . web-mode)))
;; `c-mode' settings
(add-hook 'c-mode-common-hook
(lambda ()