From 21f5988d6a536fb8dfea8a96f8d0f7b12816f3ac Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 10 Jul 2024 15:54:41 +0200 Subject: [PATCH] Allow Org links to magit buffers --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 50a73a4..ad759af 100644 --- a/init.el +++ b/init.el @@ -826,7 +826,10 @@ :autoload (org-link-set-parameters) :config (progn - (require 'ol-man) + ;; Allow additional link targets + (require 'ol-man) ; manpages + (with-demoted-errors "Cannot load package: %s" + (require 'orgit)) ; magit buffers (when (version< (org-version) "9.7") ;; Pushing already stored links to the front of `org-stored-links' became default