term/eshell: fix custom eshell faces

This commit is contained in:
Henrik Lissner 2019-10-27 13:43:23 -04:00
parent fd5b92e3f5
commit 94c2f91b75
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,12 +1,12 @@
;;; term/eshell/autoload/prompts.el -*- lexical-binding: t; -*- ;;; term/eshell/autoload/prompts.el -*- lexical-binding: t; -*-
;;;###autoload ;;;###autoload
(defface +eshell-prompt-pwd '((t :inherit font-lock-constant-face)) (defface +eshell-prompt-pwd '((t (:inherit font-lock-constant-face)))
"TODO" "TODO"
:group 'eshell) :group 'eshell)
;;;###autoload ;;;###autoload
(defface +eshell-prompt-git-branch '((t :inherit font-lock-builtin-face)) (defface +eshell-prompt-git-branch '((t (:inherit font-lock-builtin-face)))
"TODO" "TODO"
:group 'eshell) :group 'eshell)