From cc9161102291b20db0ef3ed809079ae0c257dfaf Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Mon, 30 Mar 2026 10:28:07 +0200 Subject: [PATCH] Call eval-after-load with feature instead of file name This fixes loading issues when users have their org-related in file that happens to be named "org.el", see https://github.com/doomemacs/doomemacs/issues/6645. --- orgit-forge.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgit-forge.el b/orgit-forge.el index 7c78515..686ae15 100644 --- a/orgit-forge.el +++ b/orgit-forge.el @@ -59,7 +59,7 @@ These two are preserved for backward compatibly: :type 'string) ;;;###autoload -(with-eval-after-load "org" +(with-eval-after-load 'org (org-link-set-parameters "orgit-topic" :store #'orgit-topic-store :follow #'orgit-topic-open