Emacs: Open .shtml in web-mode.

This commit is contained in:
tastytea 2020-02-05 19:35:45 +01:00
parent cd80739e8f
commit f5814c6d35
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; web.el --- Settings for web stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-31T03:19:03+0100>
;; Time-stamp: <2020-02-05T19:35:38+0100>
;;; Commentary:
@ -19,7 +19,7 @@
(web-mode-markup-indent-offset 2) ; Default indentation level.
:mode
("\\.p?html?$" . web-mode)
("\\.[ps]?html?$" . web-mode)
("\\.tmpl$" . web-mode) ; Gitea templates.
("\\.php$" . web-mode)