Matcha is a package that contains a collection of transients for various packages with a consistent way to use them.
(use-package matcha
:load-path "~/.emacs.d/fork/matcha/"
:ensure nil
: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))