Fix ivy+wgrep integration

This commit is contained in:
Henrik Lissner 2016-09-16 00:00:22 +02:00
parent 52c599788a
commit 8ea00421b0
3 changed files with 9 additions and 2 deletions

View file

@ -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?\\)"))