emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 40a2f56761 2/3: Add support for elisp-shortha


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 40a2f56761 2/3: Add support for elisp-shorthand-font-lock-face
Date: Mon, 22 Aug 2022 08:57:33 -0400 (EDT)

branch: externals/ef-themes
commit 40a2f56761d9ea15246b3053a775744d68a1877e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for elisp-shorthand-font-lock-face
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 130b5ab80a..b48d0d4678 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -528,6 +528,7 @@ Helper function for `ef-themes-preview-colors'."
     `(comint-highlight-input ((,c :inherit bold)))
     `(comint-highlight-prompt ((,c :foreground ,accent-2)))
     `(minibuffer-prompt ((,c :foreground ,accent-2)))
+    `(elisp-shorthand-font-lock-face ((,c :inherit italic)))
     `(escape-glyph ((,c :foreground ,warning)))
     `(error ((,c :inherit bold :foreground ,err)))
     `(success ((,c :inherit bold :foreground ,info)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]