diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -956,6 +956,8 @@ (remove-hook 'magit-refs-sections-hook #'magit-insert-tags) + (add-hook 'magit-log-mode-hook #'bug-reference-mode) + (setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1) |