magit: Enable goto-address-mode in process buffer

This way, URL returned by remote are clicable.
This commit is contained in:
Étienne BERSAC 2020-06-04 14:07:51 +02:00
parent 87364138d1
commit ca4ed2c5fa
No known key found for this signature in database
GPG key ID: 95997557AD5A6DBF

View file

@ -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)