Skip to content

Collection of transients with a generic interface to launch them

License

Notifications You must be signed in to change notification settings

jojojames/matcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matcha

About

Matcha is a package that contains a collection of transients for various packages with a consistent way to use them.

Quick Setup

(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))

Screenshots

Projectile Matcha ./screenshots/projectile.png

Elisp Matcha ./screenshots/elisp.png

VC Matcha ./screenshots/vcdir.png

About

Collection of transients with a generic interface to launch them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published