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!"