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; -*-
;;;###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)