mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable magit-todos-mode globally
Rather than treat it like it's a minor mode.
This commit is contained in:
@ -45,11 +45,12 @@ what features are available.")
|
|||||||
|
|
||||||
|
|
||||||
(def-package! magit-todos
|
(def-package! magit-todos
|
||||||
:hook (magit-mode . magit-todos-mode)
|
:after magit
|
||||||
:config
|
:config
|
||||||
(setq magit-todos-require-colon nil)
|
(setq magit-todos-require-colon nil)
|
||||||
(define-key magit-todos-section-map "j" 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
|
(def-package! magithub
|
||||||
|
Reference in New Issue
Block a user