diff --git a/customizations.el b/customizations.el index 2e63b1d..b809184 100644 --- a/customizations.el +++ b/customizations.el @@ -68,22 +68,22 @@ form-feed ggtags gist - git-gutter-fringe - git-messenger - git-timemachine gitconfig-mode + git-gutter-fringe github-notifier gitignore-mode gitlab + git-messenger + git-timemachine gnugo gobgen google goto-last-change helm helm-ag - helm-c-yasnippet helm-chrome helm-company + helm-c-yasnippet helm-descbinds helm-describe-modes helm-flycheck @@ -102,8 +102,8 @@ hungarian-holidays hungry-delete hyde - id-manager identica-mode + id-manager jinja2-mode js2-mode json-mode @@ -143,6 +143,7 @@ vala-mode vala-snippets wakatime-mode + web-mode xlicense yaml-mode yasnippet diff --git a/init.el b/init.el index 0b02bf1..7f1fbb4 100644 --- a/init.el +++ b/init.el @@ -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 ()