Remove magit-log-arguments variable assignment
Magit removed the variable: magit-log-arguments
4641aa07e0
This commit is contained in:
parent
0b90e116f5
commit
76ba46893b
1 changed files with 1 additions and 2 deletions
|
@ -217,8 +217,7 @@ Press [_b_] again to blame further in the history, [_q_] to go up or quit."
|
||||||
;; full screen magit-status
|
;; full screen magit-status
|
||||||
(when git-magit-status-fullscreen
|
(when git-magit-status-fullscreen
|
||||||
(setq magit-display-buffer-function
|
(setq magit-display-buffer-function
|
||||||
'magit-display-buffer-fullframe-status-v1))
|
'magit-display-buffer-fullframe-status-v1)))))
|
||||||
(add-to-list 'magit-log-arguments "--color"))))
|
|
||||||
|
|
||||||
(defun git/init-magit-gitflow ()
|
(defun git/init-magit-gitflow ()
|
||||||
(use-package magit-gitflow
|
(use-package magit-gitflow
|
||||||
|
|
Reference in a new issue