Merge pull request #3292 from bersace/magit-goto-address

magit: Enable goto-address-mode in process buffer
This commit is contained in:
Henrik Lissner 2020-06-04 19:45:43 -04:00 committed by GitHub
commit ff2026bae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)