Fix ivy+wgrep integration
This commit is contained in:
parent
52c599788a
commit
8ea00421b0
3 changed files with 9 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
(ivy-wgrep-change-to-wgrep-mode)))
|
||||
|
||||
(advice-add 'counsel-ag-function :override 'doom*counsel-ag-function)
|
||||
(define-key counsel-ag-map [backtab] 'ivy-occur)
|
||||
(define-key counsel-ag-map [backtab] 'doom/counsel-ag-occur)
|
||||
|
||||
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue