branch: elpa/dslide commit 0732479ac85b162ca8bfb17fb4de00a2cc01af11 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Psionik K <73710933+psioni...@users.noreply.github.com>
rearrange Signed-off-by: Psionik K <73710933+psioni...@users.noreply.github.com> --- org-tree-slide.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org-tree-slide.el b/org-tree-slide.el index c170b48032..23f981fd1b 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -629,8 +629,6 @@ This is displayed by default if `org-tree-slide-modeline-display' is nil.") (t org-tree-slide--lighter)))) -(defvar-local org-tree-slide--header-overlay nil - "Flag to check the status of overlay for a slide header.") (defun org-tree-slide--apply-custom-heading-face (status) "Change status of heading face. If STATUS is nil, apply the default values." (unless org-tree-slide-never-touch-face @@ -960,6 +958,10 @@ concat the headers." breadcrumbs)) breadcrumbs))))) + +(defvar-local org-tree-slide--header-overlay nil + "Flag to check the status of overlay for a slide header.") + (defun org-tree-slide--set-slide-header (blank-lines) "Set the header with overlay. Some number of BLANK-LINES will be shown below the header."