Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 598 Bytes

README.org

File metadata and controls

19 lines (17 loc) · 598 Bytes

BLIMPY: Type the word ‘BLIMPY’ in Emacs

Installation

(use-package blimpy
  :elpaca (blimpy :host github :repo "progfolio/blimpy"))

Usage

https://assets3.thrillist.com/v1/image/3092197/1584x1056/crop;webp=auto;jpeg_quality=60;progressive.jpg

One size fits all configuration:

(use-package blimpy
  :elpaca (blimpy :host github :repo "progfolio/blimpy")
  :after (evil)
  :config
  (add-hook 'blimpy-before-typing-the-word-blimpy-in-emacs-hook
            (apply-partially #'evil-insert 1)))