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

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

[nongnu] elpa/dslide b57afb0da4 122/230: default breadcrumb face to inhe


From: ELPA Syncer
Subject: [nongnu] elpa/dslide b57afb0da4 122/230: default breadcrumb face to inherit org-level-8
Date: Sun, 7 Jul 2024 19:00:22 -0400 (EDT)

branch: elpa/dslide
commit b57afb0da462e31cc092e7ae45747a857ac38592
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    default breadcrumb face to inherit org-level-8
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 dslide.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dslide.el b/dslide.el
index 890776ef2a..40447f62f1 100644
--- a/dslide.el
+++ b/dslide.el
@@ -223,7 +223,7 @@ Turn off by setting to nil.  Plist keys and where they are 
used:
   :type 'plist
   :group 'dslide)
 
-(defcustom dslide-breadcrumb-face nil
+(defcustom dslide-breadcrumb-face '(t :inherit org-level-8)
   "Face added to the list of faces for breadcrumbs.
 This can be a face name symbol or an anonymous font spec.  It
 will be added to the face list, meaning it the original face's



reply via email to

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