mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Exclude additional paths from helm-ag searches
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
"*.min-latest.css"
|
||||
"*.min.js"
|
||||
"*.min-latest.js"
|
||||
"archive-contents")))
|
||||
"archive-contents"
|
||||
"node_modules"
|
||||
"vendor/assets")))
|
||||
|
||||
(provide 'siren-helm-ag)
|
||||
;;; siren-helm-ag.el ends here
|
||||
|
||||
Reference in New Issue
Block a user