diff --git a/docs/manual/07-customization.md b/docs/manual/07-customization.md index b996822..a25006b 100644 --- a/docs/manual/07-customization.md +++ b/docs/manual/07-customization.md @@ -123,17 +123,11 @@ For an interactive alternative to setting these variables by hand, run config-settings — a full-screen TUI that flips any category (including C5 logging) on or off, per session or universally. See its entry in Section 5. -Notes: - - - Command shadows (rm, cat, ls, ...) react immediately; conf.d-level - components (bindings, prompt, abbreviations, hooks) take effect in - new shells. - - With aliases disabled, rm falls back to bare `command rm` — files - are deleted permanently, not trashed. - - Disabled integration commands (spwin, tab, split, hist, logs, - upgrade) print an error naming the variable that disabled them. - - On CachyOS, the distro fish config's own aliases, history override, - and bang-bang bindings are stripped per category as well. +NOTE: + - Command shadows (rm, cat, ls, ...) react immediately; conf.d-level components (bindings, prompt, abbreviations, hooks) take effect in new shells. + - With aliases disabled, rm falls back to bare `command rm` — files are deleted permanently, not trashed. + - Disabled integration commands (spwin, tab, split, hist, logs, upgrade) print an error naming the variable that disabled them. + - On CachyOS, the distro fish config's own aliases, history override, and bang-bang bindings are stripped per category as well. ### Component Reference diff --git a/docs/verify-manual.py b/docs/verify-manual.py index 4d6ec87..ed6e8cb 100644 --- a/docs/verify-manual.py +++ b/docs/verify-manual.py @@ -665,6 +665,21 @@ def test_as_file_tree_rejects_non_trees(): assert build_manual._as_file_tree(para) is None, f"{label} was wrongly treed" +def test_customization_notes_render_as_aside(): + """The real 07-customization.md NOTE paragraph converts to one intact