auto-insert: fix *.el file templates

This commit is contained in:
Henrik Lissner 2016-05-20 09:04:19 -04:00
parent c24b96e1ac
commit 1b4b59d4a7

View file

@ -34,8 +34,9 @@
;; Elisp ;; Elisp
("-test\\.el$" "__" emacs-ert-mode) ("-test\\.el$" "__" emacs-ert-mode)
("\\.emacs\\.d/.+\\.el$" "__initfile" emacs-lisp-mode) ("/.+\\.el$" "__initfile" emacs-lisp-mode)
("\\.emacs\\.d/private/\\(snippets\\|templates\\)/.+$" "__" snippet-mode) ("\\(\\.emacs\\.d\\|narf-emacs\\)/private/\\(snippets\\|templates\\)/.+$"
"__" snippet-mode)
;; Go ;; Go
("/main\\.go$" "__main.go" go-mode t) ("/main\\.go$" "__main.go" go-mode t)