2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

dev-cpp/ctemplate: Drop header line from Emacs site-init file

elisp-site-file-install() adds the line by itself.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2025-04-23 20:32:40 +02:00
parent 4bc0306da9
commit c30cb87146

View File

@@ -1,5 +1,3 @@
;;; ctemplate site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(setq auto-mode-alist (cons '("\\.tpl$" . tpl-mode) auto-mode-alist))