mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Update ivy/counsel ignore-file/directory rules
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user