Enabled vanilla anzu.

This commit is contained in:
Julien Wintz 2018-05-03 20:12:21 +02:00
parent a55fe9d43d
commit 5c5cbe23db
No known key found for this signature in database
GPG key ID: 1003340BA0BBCD01
2 changed files with 30 additions and 1 deletions

View file

@ -9,10 +9,11 @@
;; Optional
;;(require 'flycheck)
;;(require 'anzu)
;;(require 'iedit)
;;(require 'evil-multiedit)
(require 'anzu)
(when (featurep! :feature evil)
(package! evil-anzu))