Add magit-todos
This commit is contained in:
parent
1d5f1217c0
commit
92c9c476a5
1 changed files with 5 additions and 0 deletions
|
|
@ -406,6 +406,11 @@
|
|||
(use-package magit
|
||||
:defer t)
|
||||
|
||||
(use-package magit-todos
|
||||
:after magit
|
||||
:config
|
||||
(magit-todos-mode 1))
|
||||
|
||||
(use-package marginalia
|
||||
:config
|
||||
(marginalia-mode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue