Matcha is a package that contains a collection of transients for various packages with a consistent way to use them.
(use-package matcha
:vc (:url "https://github.com/jojojames/matcha" :rev :newest)
:config
(matcha-setup))(use-package general
:ensure t
:init
(setq general-override-states '(insert
emacs
hybrid
normal
visual
motion
operator
replace))
(general-define-key
:states '(normal visual motion)
:keymaps 'override
"SPC" 'matcha-me-space))


