diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-25 07:02:19 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 07:02:19 -0700 |
commit | 2d8dcd8678a02ab74b399ce605cc01f2406ecbe3 (patch) | |
tree | a899702f45254b20fdcc58716555ef162000135c /emacs/custom | |
parent | web-extra: function to do a search on github (diff) | |
download | emacs.d-2d8dcd8678a02ab74b399ce605cc01f2406ecbe3.tar.gz |
eshell: fix configuration
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-eshell.el | 1 |
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)) |