From ca4ed2c5faa9b959c7ac5efda19a6cadb738d6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Thu, 4 Jun 2020 14:07:51 +0200 Subject: [PATCH] magit: Enable goto-address-mode in process buffer This way, URL returned by remote are clicable. --- modules/tools/magit/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index e5951f536..df3a0a607 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -21,6 +21,7 @@ ;; add up with each invokation, especially on Catalina (macOS) or ;; Windows, so we resolve it once. magit-git-executable (executable-find magit-git-executable)) + (add-hook 'magit-process-mode-hook #'goto-address-mode) (defadvice! +magit-revert-repo-buffers-deferred-a (&rest _) :after '(magit-checkout magit-branch-and-checkout)