From cb6ec8d3efc4b9158062e8d7cc7a64e74fe061b8 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 21 Jul 2019 18:31:09 +0200 Subject: Emacs: org-list-allow-alphabetical --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 5199069..4804a70 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -263,6 +263,7 @@ (insert (gui-get-primary-selection)))) (add-hook 'org-mode-hook #'turn-on-auto-fill) +(setq org-list-allow-alphabetical t) (setq-default fill-column 80) -- cgit v1.2.3