Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 845 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 845 Bytes

evil-anzu melpa badge melpa stable badge

anzu for evil-mode

Screencast

Screencast of evil-anzu

Installation

You can install evil-anzu.el from MELPA with package.el.

Configuration

You can use evil-anzu.el only loading.

;; Emacs 24.4 or higher
(with-eval-after-load 'evil
  (require 'evil-anzu))

;; Emacs <= 24.3
(eval-after-load 'evil
  '(progn
     (require 'evil-anzu)))