forked from colonelpanic/dotfiles
.cql is web-mode go template type by default
This commit is contained in:
parent
010b34d547
commit
293b36e426
@ -1584,11 +1584,13 @@ marking if it still had that."
|
||||
;; =============================================================================
|
||||
|
||||
(use-package web-mode
|
||||
:mode ("\\.tmpl\\'" . web-mode)
|
||||
:mode (("\\.tmpl\\'" . web-mode)
|
||||
("\\.cql\\'" . web-mode))
|
||||
:config
|
||||
(progn
|
||||
(defvar-setq web-mode-content-types-alist
|
||||
'(("gtl" . "\\.tmpl\\'")))))
|
||||
'(("gtl" . "\\.tmpl\\'")
|
||||
("gtl" . "\\.cql\\'")))))
|
||||
|
||||
(use-package helm-themes)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user