From 68bb867a4f9173a15643ca2dcccafe134716ff84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:58 +0200 Subject: [PATCH] x11-wm/ratpoison: Drop header line from Emacs site-init file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller --- 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 b8885bd7adc41..f3fc8c909a6d6 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)