mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/eshell: autoload custom faces & add :group
This commit is contained in:
@ -1,13 +1,19 @@
|
||||
;;; tools/eshell/autoload/eshell.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defface +eshell-prompt-pwd '((t :inherit eshell-prompt))
|
||||
"TODO")
|
||||
"TODO"
|
||||
:group 'eshell)
|
||||
|
||||
;;;###autoload
|
||||
(defface +eshell-prompt-git-branch '((t :inherit font-lock-function-name-face))
|
||||
"TODO")
|
||||
"TODO"
|
||||
:group 'eshell)
|
||||
|
||||
;;;###autoload
|
||||
(defface +eshell-prompt-char '((t :inherit font-lock-constant-face))
|
||||
"TODO")
|
||||
"TODO"
|
||||
:group 'eshell)
|
||||
|
||||
|
||||
(defvar +eshell-buffers (make-ring 25)
|
||||
|
Reference in New Issue
Block a user