[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 9c0197f7b0 6/8: rearrangement
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 9c0197f7b0 6/8: rearrangement |
Date: |
Thu, 28 Nov 2024 06:59:38 -0500 (EST) |
branch: elpa/dslide
commit 9c0197f7b08e7b4437d7a57119e76cf29eb604b5
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
rearrangement
---
dslide.el | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/dslide.el b/dslide.el
index 2f271e2478..69423eb64f 100644
--- a/dslide.el
+++ b/dslide.el
@@ -245,6 +245,17 @@ This helps distinguish the breadcrumbs from the slide
headline."
"If non-nil, hide tags in headings."
:type 'boolean)
+;; TODO can also probably be objects. Use case?
+(defcustom dslide-hide-markup-types '(comment
+ comment-block
+ drawer
+ export-block
+ property-drawer
+ keyword)
+ "Default types to be hidden by `dslide-action-hide-markup'.
+Can be any element in `org-element-all-elements'."
+ :type '(repeat symbol))
+
(defcustom dslide-animation-duration 1.0
"How long slide in takes."
:type 'number)
@@ -343,17 +354,6 @@ keyword. You can configure it for the document default by
adding
an DSLIDE_FILTER keyword."
:type 'function)
-;; TODO can also probably be objects. Use case?
-(defcustom dslide-hide-markup-types '(comment
- comment-block
- drawer
- export-block
- property-drawer
- keyword)
- "Default types to be hidden by `dslide-action-hide-markup'.
-Can be any element in `org-element-all-elements'."
- :type '(repeat symbol))
-
(defcustom dslide-contents-selection-highlight t
"Show a highlight on the selected headline.
This is useful if you have some subtle cursor feature enabled for
- [nongnu] elpa/dslide updated (c2b4d2991a -> a374df8a56), ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide dbbe0c10dc 3/8: Cruft removals, ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide e6967c7501 2/8: Some manual changes to try to point towards 1.0 goals, ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide ab5163d5e9 4/8: naming consistency: breadcrumbs -> breadcrumb only, ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide a374df8a56 8/8: news file added, ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide 9b4171bd81 1/8: Update package commentary, ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide 9c0197f7b0 6/8: rearrangement,
ELPA Syncer <=
- [nongnu] elpa/dslide e02862a177 5/8: Introducing Breadcrumb appending options, ELPA Syncer, 2024/11/28
- [nongnu] elpa/dslide c0e4aff0ac 7/8: Catch errors in step callbacks, remove, warn user, ELPA Syncer, 2024/11/28