ソースを参照

Add dtl web-mode

master
10sr 4年前
コミット
92eba8a8f8
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el ファイルの表示

@@ -1114,6 +1114,9 @@ found, otherwise returns nil."
(when (fboundp 'web-mode)
(add-to-list 'auto-mode-alist
'("\\.html\\.j2\\'" . web-mode))
(add-to-list 'auto-mode-alist
;; Django Template Language
'("\\.dtl\\'" . web-mode))
)

(when (autoload-eval-lazily 'wgrep)


読み込み中…
キャンセル
保存