diff options
| author | 2014-07-08 17:24:47 +0200 | |
|---|---|---|
| committer | 2014-07-08 17:24:47 +0200 | |
| commit | 586e1a2c296c03d9a0f04fea5552f2e6ce755d5b (patch) | |
| tree | ef2d64cce6e1f91a3014d6ddb99dc2363742845a | |
| parent | 99dbbfacb1d3d0dce0f915ca8e0a62d9d66c7cc8 (diff) | |
| download | emacs-586e1a2c296c03d9a0f04fea5552f2e6ce755d5b.tar.gz emacs-586e1a2c296c03d9a0f04fea5552f2e6ce755d5b.zip | |
Ignore the vendor/ dir with (r)grep
| -rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 52ea389..b38b5c5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1051,6 +1051,7 @@ from myaethon2.core.decorators import ( (stante-after grep (add-to-list 'grep-find-ignored-directories "migrations") + (add-to-list 'grep-find-ignored-directories "vendor") (add-to-list 'grep-find-ignored-files "TAGS")) (stante-after help-at-pt |
