summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
47f44a8)
https://emacs.stackexchange.com/questions/3893/how-can-i-make-verbose-flag-be-enabled-by-default-in-magit-commit-screen
" "
(mode-io-correlate "%n:1:%t ")
"%o"))))
" "
(mode-io-correlate "%n:1:%t ")
"%o"))))
+
+ (advice-add #'magit-key-mode-popup-committing :after
+ (lambda ()
+ (magit-key-mode-toggle-option (quote committing) "--verbose")))
)
;; Do not write anything past this comment. This is where Emacs will
)
;; Do not write anything past this comment. This is where Emacs will