Fix ivy+wgrep integration
This commit is contained in:
parent
52c599788a
commit
8ea00421b0
3 changed files with 9 additions and 2 deletions
|
@ -271,7 +271,7 @@
|
|||
(use-package wgrep
|
||||
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
||||
:config
|
||||
(def-popup! "^\\*ivy-occur.+" :align below :size 25 :select t :regexp t)
|
||||
(def-popup! "^\\*ivy-occur counsel-ag" :align below :size 25 :select t :regexp t)
|
||||
(setq wgrep-auto-save-buffer t)
|
||||
(advice-add 'wgrep-abort-changes :after 'doom/popup-close)
|
||||
(advice-add 'wgrep-finish-edit :after 'doom/popup-close))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue