Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.06 KB

readme.org

File metadata and controls

42 lines (36 loc) · 1.06 KB

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