Move wgrep config from core-editor to completion/{ivy,helm}
This commit is contained in:
parent
1f454b56a4
commit
5ee50c6b53
6 changed files with 11 additions and 5 deletions
|
@ -162,3 +162,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
("t" (setq truncate-lines (not truncate-lines)))
|
||||
("C" ivy-toggle-case-fold)
|
||||
("o" ivy-occur :exit t)))
|
||||
|
||||
|
||||
(def-package! wgrep
|
||||
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
||||
:config (setq wgrep-auto-save-buffer t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue