Update lisp file header
This commit is contained in:
parent
ab711f07e3
commit
697d5d6059
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -410,7 +410,7 @@
|
|||
(("\\.js\\'" . "JavaScript header") nil "#!/usr/bin/env node\n// -*- mode: js; coding: utf-8; -*-\n")
|
||||
(("\\.css\\'" . "CSS header") nil "/* -*- mode: css; coding: utf-8; -*-\n * Dependencies: none\n */\n")
|
||||
(("\\.html\\'" . "HTML header") nil "<!-- -*- mode: web; coding: utf-8; -*- -->\n")
|
||||
(("\\.lisp\\'" . "Lisp header") nil ";;;; -*- mode: common-lisp; coding: utf-8; -*-\n"))))
|
||||
(("\\.lisp\\'" . "Lisp header") nil ";;; -*- mode: common-lisp; coding: utf-8; comment-column 79; -*-\n"))))
|
||||
(setq auto-insert-alist (nconc new-templates auto-insert-alist))))
|
||||
|
||||
(use-package tramp
|
||||
|
|
Loading…
Add table
Reference in a new issue