Fix typo.

This commit is contained in:
Vincent Zhang 2018-06-21 15:45:42 +08:00
parent 1a98d961dd
commit 04641d5643

View file

@ -204,7 +204,7 @@ If STRICT-P, return nil if no project was found, otherwise return
;; anzu and evil-anzu expose current/total state that can be displayed in the
;; mode-line.
(when (feature 'evil-anzu)
(when (featurep 'evil-anzu)
(setq anzu-cons-mode-line-p nil
anzu-minimum-input-length 1
anzu-search-threshold 250)