commit: 68bb867a4f9173a15643ca2dcccafe134716ff84 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:58 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb867a
x11-wm/ratpoison: Drop header line from Emacs site-init file elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> x11-wm/ratpoison/files/50ratpoison-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/x11-wm/ratpoison/files/50ratpoison-gentoo.el b/x11-wm/ratpoison/files/50ratpoison-gentoo.el index b8885bd7adc4..f3fc8c909a6d 100644 --- a/x11-wm/ratpoison/files/50ratpoison-gentoo.el +++ b/x11-wm/ratpoison/files/50ratpoison-gentoo.el @@ -1,6 +1,3 @@ - -;;; site-lisp configuration for ratpoison - (add-to-list 'load-path "@SITELISP@") (autoload 'ratpoisonrc-mode "ratpoison" "Mode for ratpoison configuration files." t)
