term/*: conform to new conventions

This commit is contained in:
Henrik Lissner
2019-07-23 00:07:14 +02:00
parent d5646d2b88
commit 703b58f325
5 changed files with 34 additions and 31 deletions

View File

@@ -20,7 +20,7 @@
"")))
;;;###autoload
(defun +eshell-default-prompt ()
(defun +eshell-default-prompt-fn ()
"Generate the prompt string for eshell. Use for `eshell-prompt-function'."
(concat (if (bobp) "" "\n")
(let ((pwd (eshell/pwd)))