[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide aa8aad2256: default hide todo and tags, as advertis
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide aa8aad2256: default hide todo and tags, as advertised elswhere |
Date: |
Wed, 25 Dec 2024 18:59:27 -0500 (EST) |
branch: elpa/dslide
commit aa8aad225652217566fd0bb991e9eb946319220b
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
default hide todo and tags, as advertised elswhere
---
NEWS.org | 1 +
dslide.el | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 3b7d16e34e..fad3c3ac1b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -18,6 +18,7 @@ Fixing bugs and filling some gaps in new features
- ~dslide-kmacro-transcribe-type~ defaults to =:keys= and can be set to
=:events= if you encounter an issue (*which you should file*) with =:keys=.
** Changed 🧑🔧
- ~dslide-action-kmacro~ old =:keys= has been renamed to =:events=. It is a
vector of non-human-readable events.
+- ~dslide-hide-todo~ and ~dslide-hide-tags~ now properly default to =t=, as
advertised. Thanks Ihor ⛄
** Fixed 💩
- Develop window configuration was not cleaned up, resulting in improper
window configuration "restoration"
- Line prefixes, such as those used by org modern to draw pretty source
blocks, will be hidden by the markup hiding overlays.
diff --git a/dslide.el b/dslide.el
index 27d968c3eb..60938974c6 100644
--- a/dslide.el
+++ b/dslide.el
@@ -242,11 +242,11 @@ between breadcrumbs."
"If non-nil, hide TODO states in the breadcrumbs."
:type 'boolean)
-(defcustom dslide-hide-todo nil
+(defcustom dslide-hide-todo t
"If non-nil, hide TODO states in headings."
:type 'boolean)
-(defcustom dslide-hide-tags nil
+(defcustom dslide-hide-tags t
"If non-nil, hide tags in headings."
:type 'boolean)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/dslide aa8aad2256: default hide todo and tags, as advertised elswhere,
ELPA Syncer <=