From 4ba46307f63b1d9faac6176ffb8eabe9bb4a326a Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Mon, 7 Feb 2011 13:46:07 -0800 Subject: [PATCH] Disable eshell/find for now; doesn't work reliably. --- starter-kit-eshell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starter-kit-eshell.el b/starter-kit-eshell.el index 643e203a7f..6927981282 100644 --- a/starter-kit-eshell.el +++ b/starter-kit-eshell.el @@ -32,8 +32,8 @@ "Change directory to the project's root." (eshell/cd (locate-dominating-file default-directory "src"))) -(defun eshell/find (dir &rest opts) - (find-dired dir (mapconcat 'identity opts " "))) +;; (defun eshell/find (dir &rest opts) +;; (find-dired dir (mapconcat 'identity opts " "))) ;; (defun eshell/scp (&rest args) ;; "scp: now without colon-omitting annoyance!"