From 251ee5ad28d31592de12e809f964cdd5d62802a4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Aug 2025 20:09:11 +0200 Subject: [PATCH] Remove now unnecessary autoload --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index b11e900..0f2aaca 100644 --- a/init.el +++ b/init.el @@ -728,8 +728,7 @@ split horizontally again, but this extra work should not matter much." db/org-bookmark-store-link db/org-bookmark-export db/org-lint-invalid-bookmark-link - db/org-lint-possible-bookmark-link - db/org-get-location)) + db/org-lint-possible-bookmark-link)) ;; This is to make the byte-compiler happy about setting some variables later on ;; that are defined in those packages.