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

[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



reply via email to

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