auto-insert: fix *.el file templates
This commit is contained in:
parent
c24b96e1ac
commit
1b4b59d4a7
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue