Install the web-mode package
It is also activated for each HTML file.
This commit is contained in:
parent
d00e4a0cec
commit
3cf3eae02e
@ -68,22 +68,22 @@
|
|||||||
form-feed
|
form-feed
|
||||||
ggtags
|
ggtags
|
||||||
gist
|
gist
|
||||||
git-gutter-fringe
|
|
||||||
git-messenger
|
|
||||||
git-timemachine
|
|
||||||
gitconfig-mode
|
gitconfig-mode
|
||||||
|
git-gutter-fringe
|
||||||
github-notifier
|
github-notifier
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
gitlab
|
gitlab
|
||||||
|
git-messenger
|
||||||
|
git-timemachine
|
||||||
gnugo
|
gnugo
|
||||||
gobgen
|
gobgen
|
||||||
google
|
google
|
||||||
goto-last-change
|
goto-last-change
|
||||||
helm
|
helm
|
||||||
helm-ag
|
helm-ag
|
||||||
helm-c-yasnippet
|
|
||||||
helm-chrome
|
helm-chrome
|
||||||
helm-company
|
helm-company
|
||||||
|
helm-c-yasnippet
|
||||||
helm-descbinds
|
helm-descbinds
|
||||||
helm-describe-modes
|
helm-describe-modes
|
||||||
helm-flycheck
|
helm-flycheck
|
||||||
@ -102,8 +102,8 @@
|
|||||||
hungarian-holidays
|
hungarian-holidays
|
||||||
hungry-delete
|
hungry-delete
|
||||||
hyde
|
hyde
|
||||||
id-manager
|
|
||||||
identica-mode
|
identica-mode
|
||||||
|
id-manager
|
||||||
jinja2-mode
|
jinja2-mode
|
||||||
js2-mode
|
js2-mode
|
||||||
json-mode
|
json-mode
|
||||||
@ -143,6 +143,7 @@
|
|||||||
vala-mode
|
vala-mode
|
||||||
vala-snippets
|
vala-snippets
|
||||||
wakatime-mode
|
wakatime-mode
|
||||||
|
web-mode
|
||||||
xlicense
|
xlicense
|
||||||
yaml-mode
|
yaml-mode
|
||||||
yasnippet
|
yasnippet
|
||||||
|
5
init.el
5
init.el
@ -998,6 +998,11 @@
|
|||||||
(use-package csharp-mode
|
(use-package csharp-mode
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package web-mode
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.html?\\" . web-mode)))
|
||||||
|
|
||||||
;; `c-mode' settings
|
;; `c-mode' settings
|
||||||
(add-hook 'c-mode-common-hook
|
(add-hook 'c-mode-common-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user