forget about ack

 

File modified: lisp/emacs.d/ivan-grep.el

Change277 at Tue Apr 20 16:33:05 2010 +0200 by "Ivan Kanis"

diff -r f18513fd3330 -r 81d4eb6ff3e1 lisp/emacs.d/ivan-grep.el
--- a/lisp/emacs.d/ivan-grep.el	Tue Apr 20 16:21:58 2010 +0200
+++ b/lisp/emacs.d/ivan-grep.el	Tue Apr 20 16:33:05 2010 +0200
@@ -22,8 +22,6 @@
   (let ((current-prefix-arg (not current-prefix-arg)))
     (call-interactively 'grep)))
 
-;; TBD fix this for windows...
-(grep-apply-setting 'grep-command "perl ~/hg/bin/ack.pl --nocolor --noheading ")
 (grep-apply-setting 'grep-use-null-device nil)
 
 ;; Local Variables:
@@ -32,7 +30,7 @@
 
 ;; Copyright (C) 2009 Ivan Kanis
 ;; Author: Ivan Kanis
-;; 
+;;
 ;;
 ;; 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


back