[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 5d1c50be3d 225/230: Add default to the header face
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 5d1c50be3d 225/230: Add default to the header face specification |
Date: |
Sun, 7 Jul 2024 19:00:45 -0400 (EDT) |
branch: elpa/dslide
commit 5d1c50be3dc903001f7839e43694ee49bac043f8
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
Add default to the header face specification
This should override the faces of the contents that the header is attached
to.
---
dslide.el | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dslide.el b/dslide.el
index a4755d3cfe..e3b2f4c80c 100644
--- a/dslide.el
+++ b/dslide.el
@@ -222,9 +222,6 @@ will be added to the face list, meaning it the original
face's
properties remain unless shadowed."
:type 'face)
-(defface dslide-header-overlay-face '((t :inherit default))
- "Face for `dslide--header-overlay'.")
-
(defcustom dslide-breadcrumb-separator " 🢒 "
"Delimiter for breadcrumbs or nil to turn off breadcrumbs."
:type '(choice (const :tag "Don't display breadcrumbs" nil)
@@ -2259,7 +2256,7 @@ assumes the buffer is restricted and that there is a
first tree."
(overlay-put
dslide--header-overlay 'before-string
(concat (dslide--margin-lines dslide-margin-title-above)
- (propertize title 'face 'org-document-title)
+ (propertize title 'face '(org-document-title default))
(dslide--margin-lines dslide-margin-title-below)
(when (and dslide-header-date date)
(dslide--info-face (concat date " ")))
@@ -2278,7 +2275,7 @@ assumes the buffer is restricted and that there is a
first tree."
(dslide--margin-lines dslide-margin-content)))))
(defun dslide--info-face (s)
- (propertize s 'face 'org-document-info))
+ (propertize s 'face '(org-document-info default)))
(defun dslide--margin-lines (lines)
(dslide--info-face
@@ -2876,7 +2873,6 @@ video or custom actions."
(let ((dslide-start-function #'dslide-display-slides))
(dslide-mode 1))))
-;; TODO
;;;###autoload
(defun dslide-deck-develop ()
"Show both the base and slide buffer."
- [nongnu] elpa/dslide 217ddbe03e 185/230: a bit better display behavior, (continued)
- [nongnu] elpa/dslide 217ddbe03e 185/230: a bit better display behavior, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3a77163b15 188/230: ! hide markup action, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 04b2888a52 192/230: Hide markup action hides affiliated keywords, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 7ae80ecdca 194/230: cleaning up light misinformation, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide df98f4e5c2 197/230: remove babel results, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide cdf8d97eb6 198/230: hide non-exporting babel, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b95576d460 201/230: Remove flickering caused by animation float / int behavior mismatch, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1f02a2dfc0 205/230: line noise, no-op changes, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f2ef90a2bd 209/230: document various results / exports behaviors in babel demos, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0326d4d115 217/230: Fix mode check for dslide-develop command, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 5d1c50be3d 225/230: Add default to the header face specification,
ELPA Syncer <=
- [nongnu] elpa/dslide 4be48e907b 228/230: dslide--overlays now public, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 45e93c645a 223/230: respect customize header option on slide narrow, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a58924cd8e 031/230: line noise, rearrangement, whitespace, minor tweaks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 5cce77b4eb 032/230: some readme updates, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 86fb3a7e0d 056/230: Pass an :inline argument to every child action, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 280b028e11 065/230: !dirty, pre-refactor commit to comment on architecture, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide aea35ee8e7 073/230: line-noise renaming, comments..., ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3945a6a759 061/230: assorted doc noise and one change to be consistent with docstring, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3d52359eb9 066/230: Babel blocks can run multiple end, init, and final blocks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 997fc0905a 106/230: results none is preferable during presentation, ELPA Syncer, 2024/07/07