mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
term/eshell: fix custom eshell faces
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user