branch: elpa/evil-numbers
commit fd742943fdf4c4c5af2aa8e501383ce3296a43c9
Author: Campbell Barton <[email protected]>
Commit: GitHub <[email protected]>
README.org use definition lists for options
Reads a little nicer.
---
README.org | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index f20d9bc716..a654719322 100644
--- a/README.org
+++ b/README.org
@@ -30,20 +30,17 @@
** Customization
- - =evil-numbers-pad-default=
-
+ - =evil-numbers-pad-default= ::
Set to =t= if you want numbers to be padded with zeros (numbers with a
leading zero are always padded).
If you want both behaviors, all commands take an optional argument
=padded=.
- - =evil-numbers-separator-chars=
-
+ - =evil-numbers-separator-chars= ::
This option to support separator characters, set to "_" or "," to support
numeric literals such as:
=16_777_216= or =4,294,967,296=.
You may wish to set this as a buffer local variable to enable this only
for languages that support separators.
- - =evil-numbers-case=
-
+ - =evil-numbers-case= ::
The case to use for hexadecimal numbers.
- =nil= Current case (default).