From 3b794238461efdb7a1f78c32066cc798874657f0 Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Fri, 18 Dec 2015 01:42:08 +0200 Subject: [PATCH] Add some common extensions to haskell-rgrep --- haskell-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-commands.el b/haskell-commands.el index 0c2dde742..72fbea647 100644 --- a/haskell-commands.el +++ b/haskell-commands.el @@ -276,7 +276,7 @@ Prompts for an arbitrary regexp given a prefix arg PROMPT." (read-from-minibuffer "Look for: ") (haskell-ident-at-point)))) (rgrep sym - "*.hs" ;; TODO: common Haskell extensions. + "*.hs *.lhs *.hsc *.chs *.hs-boot *.lhs-boot" (haskell-session-current-dir (haskell-interactive-session))))) ;;;###autoload