From 0b1080da69413ea78c7b909b4244597ea068d2a1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Jun 2013 22:21:56 +0200 Subject: Skip any "migrations" dirs with rgrep --- emacs/init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 14d6d41..8614f70 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1580,6 +1580,18 @@ (global-set-key (kbd "C-c d d") 'desktop-registry-change-desktop) #+END_SRC +* Skip migrations directories + + When rgrepping, be sure to skip any ~migrations/~ directory. So far + the only projects where this directory has shown up are django + projects that use south, and this means that usually I don't care + what they say. + + #+BEGIN_SRC emacs-lisp + (stante-after grep + (add-to-list 'grep-find-ignored-directories "migrations")) + #+END_SRC + * All the rest This still needs to be sorted out and documented, haven't had time -- cgit v1.2.3-54-g00ecf