Enable magit-todos-mode globally
Rather than treat it like it's a minor mode.
This commit is contained in:
parent
4a94599b19
commit
951b2be7d1
1 changed files with 3 additions and 2 deletions
|
@ -45,11 +45,12 @@ what features are available.")
|
|||
|
||||
|
||||
(def-package! magit-todos
|
||||
:hook (magit-mode . magit-todos-mode)
|
||||
:after magit
|
||||
:config
|
||||
(setq magit-todos-require-colon nil)
|
||||
(define-key magit-todos-section-map "j" nil)
|
||||
(advice-add #'magit-todos-mode :around #'doom*shut-up))
|
||||
(advice-add #'magit-todos-mode :around #'doom*shut-up)
|
||||
(magit-todos-mode +1))
|
||||
|
||||
|
||||
(def-package! magithub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue