Skip to content

tttuuu888/evil-anzu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

anzu for Evil

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%