diff --git a/modules/tools/eshell/autoload/eshell.el b/modules/tools/eshell/autoload/eshell.el index e3bb5e35b..d720240b3 100644 --- a/modules/tools/eshell/autoload/eshell.el +++ b/modules/tools/eshell/autoload/eshell.el @@ -1,13 +1,19 @@ ;;; tools/eshell/autoload/eshell.el -*- lexical-binding: t; -*- +;;;###autoload (defface +eshell-prompt-pwd '((t :inherit eshell-prompt)) - "TODO") + "TODO" + :group 'eshell) +;;;###autoload (defface +eshell-prompt-git-branch '((t :inherit font-lock-function-name-face)) - "TODO") + "TODO" + :group 'eshell) +;;;###autoload (defface +eshell-prompt-char '((t :inherit font-lock-constant-face)) - "TODO") + "TODO" + :group 'eshell) (defvar +eshell-buffers (make-ring 25)