mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Reduce def-package magic; explicitly use :when property
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
;; anzu and evil-anzu make it possible to display current/total in the
|
||||
;; mode-line.
|
||||
(def-package! evil-anzu
|
||||
:when (featurep! :feature evil)
|
||||
:init
|
||||
(add-transient-hook! evil-ex-start-search (require 'evil-anzu))
|
||||
:config
|
||||
|
Reference in New Issue
Block a user