From 94c2f91b75d69c3d7b81ebecce22ab49f9317171 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 27 Oct 2019 13:43:23 -0400 Subject: [PATCH] term/eshell: fix custom eshell faces --- modules/term/eshell/autoload/prompts.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)