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

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

[elpa] externals/embark a8bc5d602d 9/9: Make the collect group headers n


From: ELPA Syncer
Subject: [elpa] externals/embark a8bc5d602d 9/9: Make the collect group headers normal-sized
Date: Mon, 2 May 2022 09:57:33 -0400 (EDT)

branch: externals/embark
commit a8bc5d602d5fb5d16690e73755540d969ca70dd4
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Make the collect group headers normal-sized
---
 embark.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/embark.el b/embark.el
index df10d1d303..314c12f49c 100644
--- a/embark.el
+++ b/embark.el
@@ -2430,11 +2430,11 @@ The commands that prompt for a string separator are
   "Face for candidates in Embark Collect buffers.")
 
 (defface embark-collect-group-title
-  '((t :inherit shadow :slant italic :height 1.1))
+  '((t :inherit shadow :slant italic))
   "Face for group titles in Embark Collect buffers.")
 
 (defface embark-collect-group-separator
-  '((t :inherit shadow :strike-through t italic :height 1.1))
+  '((t :inherit shadow :strike-through t italic))
   "Face for group titles in Embark Collect buffers.")
 
 (defcustom embark-collect-group-format



reply via email to

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