diff --git a/modules/term/eshell/autoload/prompts.el b/modules/term/eshell/autoload/prompts.el index 6d947bfc2..55e01fb62 100644 --- a/modules/term/eshell/autoload/prompts.el +++ b/modules/term/eshell/autoload/prompts.el @@ -1,12 +1,12 @@ ;;; term/eshell/autoload/prompts.el -*- lexical-binding: t; -*- ;;;###autoload -(defface +eshell-prompt-pwd '((t :inherit font-lock-constant-face)) +(defface +eshell-prompt-pwd '((t (:inherit font-lock-constant-face))) "TODO" :group 'eshell) ;;;###autoload -(defface +eshell-prompt-git-branch '((t :inherit font-lock-builtin-face)) +(defface +eshell-prompt-git-branch '((t (:inherit font-lock-builtin-face))) "TODO" :group 'eshell)