Anzu mode made right.
This commit is contained in:
parent
5c5cbe23db
commit
d0b183b770
2 changed files with 6 additions and 3 deletions
|
@ -4,8 +4,11 @@
|
|||
;; mode-line.
|
||||
|
||||
(def-package! anzu
|
||||
:defer t
|
||||
:commands 'isearch
|
||||
:commands (anzu-mode global-anzu-mode
|
||||
anzu-query-replace anzu-query-replace-regexp
|
||||
anzu-query-replace-at-cursor anzu-replace-at-cursor-thing)
|
||||
:init
|
||||
(add-transient-hook! #'isearch-mode (require 'anzu))
|
||||
:config
|
||||
(setq anzu-cons-mode-line-p nil
|
||||
anzu-minimum-input-length 1
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
;;(require 'iedit)
|
||||
;;(require 'evil-multiedit)
|
||||
|
||||
(require 'anzu)
|
||||
(package! anzu)
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
(package! evil-anzu))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue