]> git.eshelyaron.com Git - emacs.git/commit
; * lisp/transient.el: Fix section outline levels.
authorJonas Bernoulli <jonas@bernoul.li>
Tue, 1 Jul 2025 16:11:20 +0000 (18:11 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:12:09 +0000 (22:12 +0200)
commit1e119427e2038b9423bee37c0a6f3385ddc1d436
tree2918309a5c301f31dbdc4cc066a4feab8af2c0cc
parent0f30d2ecae3778722ee2a1b8021ee268e2df5824
; * lisp/transient.el: Fix section outline levels.

In [1: 77a4c63fda5] "all" code sections were needlessly nested
below the ";;; Code:" section, which I do not like but can live
with.  However, a few sections were missed; nest them here too.
Also put the "frontmatter" code, which in my libraries usually
is the only code located in the ";;; Code:" section, into a new
";;;; Frontmatter" sub-section.  That way it is possible again
to cycle to the "show all headings but no code" state.

1: 2025-06-04 77a4c63fda5ca5d4c6d82092eaa06f1eb9b51302
   (outline--hidden-headings-paths): Fix slow saves (bug#78665)
(cherry picked from commit d4615d026bdfc0d40982070149fe9c55f0a661ee)
lisp/transient.el