doomemacs/modules
Henrik Lissner 823fb275a0 feat(org): expand parents for showNlevels option
#+STARTUP: showNlevels

This tells org to expand N levels at startup, but it only partially
unfolds headings, so show2levels gets you:

  * A [...]
  ** X [...]
  ** Y [...]
  ** Z [...]

Instead of (what I think is expected):

  * A
  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
  eiusmod tempor incididunt ut labore et dolore magna aliqua.

  ** X [...]
  ** Y [...]
  ** Z [...]

Perhaps this should be upstreamed?
2021-07-28 15:02:14 -04:00
..
app completion/selectrum -> completion/vertico, part 3 2021-07-25 02:52:04 +03:00
checkers fix(org): no mixed-pitch/spellcheck on org-footnote 2021-07-28 14:00:02 -04:00
completion fix(vertico): TAB bound to non-interactive function 2021-07-28 13:11:45 -04:00
config tweak: adopt +vertico as our default backend 2021-07-28 13:11:45 -04:00
editor editor/evil: Add gr keybinding to refresh helpful buffers 2021-07-25 22:36:01 +03:00
emacs emacs/undo: increase undo-outer-limit 2021-07-12 21:59:52 -04:00
email completion/selectrum -> completion/vertico, part 2 2021-07-25 02:51:15 +03:00
input completion/selectrum -> completion/vertico, part 2 2021-07-25 02:51:15 +03:00
lang feat(org): expand parents for showNlevels option 2021-07-28 15:02:14 -04:00
os Drop Emacs 26.x support 2021-07-06 02:31:52 -04:00
term Merge pull request #5159 from Zetagon/develop 2021-07-08 18:09:54 -04:00
tools fix(pass): add vertico support 2021-07-28 13:11:45 -04:00
ui fix(org): no mixed-pitch/spellcheck on org-footnote 2021-07-28 14:00:02 -04:00