mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
don't show diff on c c
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
(let ((current-prefix-arg t))
|
(let ((current-prefix-arg t))
|
||||||
(call-interactively 'magit-status)))
|
(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 'git 'magit-status)
|
||||||
(defalias 'gitlog 'magit-log-buffer-file)
|
(defalias 'gitlog 'magit-log-buffer-file)
|
||||||
|
|||||||
Reference in New Issue
Block a user