Update lisp file header

This commit is contained in:
Marcus Kammer 2024-11-30 15:42:12 +01:00
parent ab711f07e3
commit 697d5d6059

View file

@ -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