ec shortcut for finding files from eshell

This commit is contained in:
2025-04-17 17:10:58 -07:00
parent dafc5bfb1c
commit 5c4ed341e8

View File

@@ -932,6 +932,10 @@ Otherwise, call `eshell`."
(project-eshell)
(eshell))))
(defun eshell/ec (&rest args)
"Substitute for emacsclient alias from inside eshell"
(apply #'find-file args))
;; From https://karthinks.com/software/jumping-directories-in-eshell/
(defun eshell/j (&optional regexp)
"Navigate to a previously visited directory in eshell, or to