Small changes

This commit is contained in:
2025-11-08 04:19:55 +00:00
parent a0c8e3ab3e
commit 2795248a74
3 changed files with 19 additions and 13 deletions

View File

@@ -110,9 +110,7 @@ Otherwise, if C-u is used, you can select an instance to spawn."
(cond
((null arg) (eshell))
((numberp arg)
(if (= arg 1)
(eshell nil)
(eshell (1- arg))))
(eshell arg))
(t (+eshell/--choose-instance))))
(defun +eshell/at-cwd (&optional arg)