mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
magit-revision-insert-related-refs = nil
This commit is contained in:
@ -22,8 +22,11 @@ For example, diffs and log buffers. Accepts `left', `right', `up', and `down'.")
|
|||||||
magit-diff-refine-hunk t ; show granular diffs in selected hunk
|
magit-diff-refine-hunk t ; show granular diffs in selected hunk
|
||||||
;; Don't autosave repo buffers. This is too magical, and saving can
|
;; Don't autosave repo buffers. This is too magical, and saving can
|
||||||
;; trigger a bunch of unwanted side-effects, like save hooks and
|
;; trigger a bunch of unwanted side-effects, like save hooks and
|
||||||
;; formatters. Trust us to know what we're doing.
|
;; formatters. Trust the user to know what they're doing.
|
||||||
magit-save-repository-buffers nil)
|
magit-save-repository-buffers nil
|
||||||
|
;; Don't display parent/related refs in commit buffers; they are rarely
|
||||||
|
;; helpful and only add to runtime costs.
|
||||||
|
magit-revision-insert-related-refs nil)
|
||||||
(add-hook 'magit-process-mode-hook #'goto-address-mode)
|
(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 _)
|
||||||
|
Reference in New Issue
Block a user