diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-07-21 18:31:09 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-07-21 18:31:09 +0200 |
| commit | cb6ec8d3efc4b9158062e8d7cc7a64e74fe061b8 (patch) | |
| tree | 418b20486a0514efd0cbe6b9035f7102b3f34f30 /dot.emacs.d/init.el | |
| parent | 07e1cfb815038476c2fce4268cafb0c48e2cdbd7 (diff) | |
Emacs: org-list-allow-alphabetical
Diffstat (limited to 'dot.emacs.d/init.el')
| -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) |
