diff options
| -rw-r--r-- | dot.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
