Update ivy/counsel ignore-file/directory rules
This commit is contained in:
parent
a66a85800b
commit
b77212b78f
4 changed files with 10 additions and 4 deletions
|
@ -32,7 +32,9 @@
|
|||
(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] 'ivy-occur)
|
||||
|
||||
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)"))
|
||||
|
||||
(use-package counsel-projectile :after projectile)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue