aboutsummaryrefslogtreecommitdiffstats
path: root/oni-grep.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-05 22:53:15 -0800
committerGravatar Tom Willemse2020-03-05 22:53:15 -0800
commit821d6c030e308d368373864794f3505c4bb96543 (patch)
treed52bea6a63b502eb82fd32ac7b028c6ff84df2c3 /oni-grep.el
parentbe0cc578b0173ebe377b5e608f12695cebf98e28 (diff)
downloademacs-config-821d6c030e308d368373864794f3505c4bb96543.tar.gz
emacs-config-821d6c030e308d368373864794f3505c4bb96543.zip
Add .cask to the ignore directories list for grep
Diffstat (limited to 'oni-grep.el')
-rw-r--r--oni-grep.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-grep.el b/oni-grep.el
index f9d9ef9..c5527a9 100644
--- a/oni-grep.el
+++ b/oni-grep.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0908.165900
+;; Version: 2020.0305.222639
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -45,6 +45,8 @@
(slot . 0)
(window-height . 0.33)))
+(add-to-list 'grep-find-ignored-directories ".cask")
+
;;;###autoload(with-eval-after-load 'grep (require 'oni-grep))
(provide 'oni-grep)