mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/magit: hide modeline in magit-popups
Since magit-gitflow still uses the old magit-popups, rather than transient.
This commit is contained in:
@ -48,6 +48,7 @@ It is passed a user and repository name.")
|
||||
(setq transient-display-buffer-action '(display-buffer-below-selected)
|
||||
magit-display-buffer-function #'+magit-display-buffer-fn)
|
||||
(set-popup-rule! "^\\(?:\\*magit\\|magit:\\| \\*transient\\*\\)" :ignore t)
|
||||
(add-hook 'magit-popup-mode-hook #'hide-mode-line-mode)
|
||||
|
||||
;; Add --tags switch
|
||||
(transient-append-suffix 'magit-fetch "-p"
|
||||
|
Reference in New Issue
Block a user