Shut up magit-todos-mode complaining about jT
I unbound it, stop complaining about it!
This commit is contained in:
parent
a2ffbe4ede
commit
e3dc3a6376
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue