magit: Enable goto-address-mode in process buffer
This way, URL returned by remote are clicable.
This commit is contained in:
parent
87364138d1
commit
ca4ed2c5fa
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue