matcha
matcha copied to clipboard
Collection of transients with a generic interface to launch them
#+TITLE: Matcha
- About Matcha is a package that contains a collection of [[https://github.com/magit/transient][transient]]s for various packages with a consistent way to use them.
- Quick Setup #+begin_src emacs-lisp :tangle yes (use-package matcha :load-path "~/.emacs.d/fork/matcha/" :ensure nil :config (matcha-setup)) #+end_src
#+begin_src emacs-lisp :tangle yes
(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))
#+end_src
-
Screenshots Projectile Matcha [[./screenshots/projectile.png]]
Elisp Matcha [[./screenshots/elisp.png]]
VC Matcha [[./screenshots/vcdir.png]]