Skip to content

Commit

Permalink
Disable eshell/find for now; doesn't work reliably.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 7, 2011
1 parent 6561445 commit 4ba4630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starter-kit-eshell.el
Expand Up @@ -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!"
Expand Down

0 comments on commit 4ba4630

Please sign in to comment.