commit: 25b73cf623575cf13e669a96b0bdb41c69ef9316 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 17:07:38 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 17:39:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b73cf6
app-emacs/moccur-edit: Use feature instead of filename in site-init Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/moccur-edit/files/60moccur-edit-gentoo.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el b/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el index 18053243a414..896fa0504ee8 100644 --- a/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el +++ b/app-emacs/moccur-edit/files/60moccur-edit-gentoo.el @@ -1,3 +1,2 @@ (add-to-list 'load-path "@SITELISP@") -(with-eval-after-load "color-moccur" - (require 'moccur-edit)) +(with-eval-after-load 'color-moccur (require 'moccur-edit))
