Fix magit preocess colors.
This commit is contained in:
parent
9cc465d649
commit
7880b46650
|
@ -18,9 +18,11 @@
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:unless slow-computer
|
:unless slow-computer
|
||||||
:after (eldoc)
|
:after (eldoc)
|
||||||
:custom ((magit-diff-refine-hunk 'all)
|
:custom ((magit-diff-refine-hunk 'all))
|
||||||
(magit-process-finish-apply-ansi-colors t))
|
|
||||||
:config (progn
|
:config (progn
|
||||||
|
;; Didn't work in :custom.
|
||||||
|
(setq magit-process-finish-apply-ansi-colors t)
|
||||||
|
|
||||||
;; https://tsdh.org/posts/2021-06-21-using-eldoc-with-magit.html
|
;; https://tsdh.org/posts/2021-06-21-using-eldoc-with-magit.html
|
||||||
(defun my/magit-eldoc-for-commit ()
|
(defun my/magit-eldoc-for-commit ()
|
||||||
(let ((commit (magit-commit-at-point)))
|
(let ((commit (magit-commit-at-point)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user