From 178a3ab186dd33e2561a73941a45aa33ad12aa2e Mon Sep 17 00:00:00 2001 From: SpacemacsBot Date: Sun, 1 Jan 2023 14:09:54 +0000 Subject: [PATCH] [bot] "documentation_updates" Sun Jan 1 14:09:54 UTC 2023 --- doc/DOCUMENTATION.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index e82061d76..47d74d2c8 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1337,13 +1337,13 @@ over line numbers activation. Available properties: -| Property | Description | -|-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| =:disabled-for-modes= | list of major modes where line numbering is inhibited | -| =:enabled-for-modes= | disable for all major modes except those listed. Takes precedence over =:disabled-for-modes= | -| =:relative= | if non-nil, line numbers are relative to the position of the cursor | +| Property | Description | +|-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| =:disabled-for-modes= | list of major modes where line numbering is inhibited | +| =:enabled-for-modes= | disable for all major modes except those listed. Takes precedence over =:disabled-for-modes= | +| =:relative= | if non-nil, line numbers are relative to the position of the cursor | | =:visual= | if non-nil, line numbers are relative to the position of the cursor, but lines are separated by visual state - a wrapped line, for example, will be treated as more than one line. When set to t, this option takes precedence over =:relative= | -| =:size-limit-kb= | size limit in kilobytes after which line numbers are not activated | +| =:size-limit-kb= | size limit in kilobytes after which line numbers are not activated | Note that if =:enabled-for-modes= is =nil= or not specified, then the default is to enable line numbers in any =prog-mode= and =text-mode= that wasn't explicitly