last update

This commit is contained in:
Raymundo Vásquez Ruiz
2023-01-14 14:59:44 +01:00
parent cd75ab0701
commit 87503dda8c
7 changed files with 40 additions and 9 deletions

View File

@@ -9,4 +9,9 @@
(add-hook 'css-mode-hook 'skewer-css-mode)
(add-hook 'html-mode-hook 'skewer-html-mode)
(require 'web-mode)
(add-to-list 'auto-mode-alist '("\\.twig'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
(setq sgml-quick-keys 'close)
(provide 'init-web)