diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2025-04-23 20:32:40 +0200 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2025-04-23 20:36:00 +0200 |
| commit | c30cb87146703133b2d87d339b24c0d5132bfafc (patch) | |
| tree | 3c3da6eb4585eeaf6e7cda859afb785832f3b52a /dev-cpp | |
| parent | 4bc0306da9eb403f83b04631dde5b525db65c264 (diff) | |
| download | gentoo-c30cb87146703133b2d87d339b24c0d5132bfafc.tar.gz gentoo-c30cb87146703133b2d87d339b24c0d5132bfafc.tar.bz2 gentoo-c30cb87146703133b2d87d339b24c0d5132bfafc.zip | |
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>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/ctemplate/files/70ctemplate-gentoo.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-cpp/ctemplate/files/70ctemplate-gentoo.el b/dev-cpp/ctemplate/files/70ctemplate-gentoo.el index a7fce964c3e4..110dd85c739b 100644 --- a/dev-cpp/ctemplate/files/70ctemplate-gentoo.el +++ b/dev-cpp/ctemplate/files/70ctemplate-gentoo.el @@ -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)) |
