mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Shut up magit-todos-mode complaining about jT
I unbound it, stop complaining about it!
This commit is contained in:
@ -45,7 +45,8 @@ load everything.")
|
||||
:hook (magit-mode . magit-todos-mode)
|
||||
:config
|
||||
(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))
|
||||
|
||||
|
||||
(def-package! magithub
|
||||
|
Reference in New Issue
Block a user