Shorten file header for lisp

This commit is contained in:
Marcus Kammer 2024-12-01 10:18:52 +01:00
parent fa2fe0a8f6
commit 9c3c2313ca

View file

@ -408,7 +408,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; 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))))
(use-package tramp