Add wgrep
This commit is contained in:
parent
4dc06a6e8f
commit
7038a5b66d
4 changed files with 24 additions and 9 deletions
|
@ -261,6 +261,14 @@
|
|||
|
||||
(use-package swiper :commands (swiper swiper-all))
|
||||
|
||||
(use-package wgrep
|
||||
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
||||
:config
|
||||
(def-popup! "^\\*ivy-occur.+" :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))
|
||||
|
||||
|
||||
;;
|
||||
;; Keybinding fixes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue