mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Anzu mode made right.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user