mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #3292 from bersace/magit-goto-address
magit: Enable goto-address-mode in process buffer
This commit is contained in:
@ -21,6 +21,7 @@
|
|||||||
;; add up with each invokation, especially on Catalina (macOS) or
|
;; add up with each invokation, especially on Catalina (macOS) or
|
||||||
;; Windows, so we resolve it once.
|
;; Windows, so we resolve it once.
|
||||||
magit-git-executable (executable-find magit-git-executable))
|
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 _)
|
(defadvice! +magit-revert-repo-buffers-deferred-a (&rest _)
|
||||||
:after '(magit-checkout magit-branch-and-checkout)
|
:after '(magit-checkout magit-branch-and-checkout)
|
||||||
|
Reference in New Issue
Block a user