commit c2a23c45a9097538508d27c96dfb90d8fe786141 parent a960b44261651e56ae2a8eb97426fcc5dd91d4a4 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sat, 4 May 2019 12:55:32 -0400 Allow alphabetical ordering in org-mode Diffstat:
M | README.org | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/README.org b/README.org @@ -978,6 +978,12 @@ This is a minor mode for interacting with a Julia REPL running inside Emacs. ** Org-mode =org-mode= specific settings. +*** Allow Alphabetical Ordering +Allows the use of "a." or "b)" in ordered lists. +#+BEGIN_SRC emacs-lisp + (setq org-list-allow-alphabetical t) +#+END_SRC + *** Global Keybindings Set up keybindings for global access. #+BEGIN_SRC emacs-lisp