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