mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
don't show diff on c c
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
(let ((current-prefix-arg t))
|
||||
(call-interactively 'magit-status)))
|
||||
|
||||
(setq magit-view-git-manual-method 'woman)
|
||||
(setq magit-view-git-manual-method 'woman
|
||||
magit-commit-show-diff nil)
|
||||
|
||||
(defalias 'git 'magit-status)
|
||||
(defalias 'gitlog 'magit-log-buffer-file)
|
||||
|
||||
Reference in New Issue
Block a user