summary refs log tree commit diff
path: root/emacs/custom/my-eshell.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-25 07:02:19 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-25 07:02:19 -0700
commit2d8dcd8678a02ab74b399ce605cc01f2406ecbe3 (patch)
treea899702f45254b20fdcc58716555ef162000135c /emacs/custom/my-eshell.el
parentweb-extra: function to do a search on github (diff)
downloademacs.d-2d8dcd8678a02ab74b399ce605cc01f2406ecbe3.tar.gz
eshell: fix configuration
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-eshell.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el
index 8852489..76c32f4 100644
--- a/emacs/custom/my-eshell.el
+++ b/emacs/custom/my-eshell.el
@@ -162,7 +162,6 @@ append to it, while separating multiple outputs with
   (eshell-where-to-jump 'begin)
   (eshell-review-quick-commands nil)
   (eshell-smart-space-goes-to-end t)
-  (eshell-prompt-function 'my/eshell-prompt)
   (tramp-shell-prompt-pattern "^[^$>\n]*[#$%>] *\\(\[[0-9;]*[a-zA-Z] *\\)*")
   (eshell-destroy-buffer-when-process-dies t))