From cab71bf815407b64e14890532c420a8086d8704c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Aug 2025 20:09:02 +0200 Subject: [PATCH] Remove obsolete configuration for `org-goto` --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 4e69e50..b11e900 100644 --- a/init.el +++ b/init.el @@ -735,7 +735,6 @@ split horizontally again, but this extra work should not matter much." ;; that are defined in those packages. (use-package org-attach) (use-package org-id) -(use-package org-goto) (use-package org :pin "gnu" @@ -781,7 +780,6 @@ split horizontally again, but this extra work should not matter much." org-attach-store-link-p 'attached org-attach-auto-tag nil org-bookmark-names-plist nil - org-goto-interface 'outline-path-completion org-id-link-to-org-use-id t org-return-follows-link t org-hide-emphasis-markers t