Skip to content

Commit

Permalink
tweak(magit-todos): toggle via SPC m t
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent 63df5cc commit a2320b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@

(use-package magit-todos
:straight t
:after magit)
:init
(+map-local! :keymaps 'magit-status-mode-map
"t" `(,(+cmdfy! (magit-todos-mode 'toggle) (magit-refresh)) :wk "magit-todos-mode")))

(use-package magit-imerge
:straight t
Expand Down

0 comments on commit a2320b8

Please sign in to comment.