aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-07-21 18:31:09 +0200
committerThomas Schneider <qsx@qsx.re>2019-07-21 18:31:09 +0200
commitcb6ec8d3efc4b9158062e8d7cc7a64e74fe061b8 (patch)
tree418b20486a0514efd0cbe6b9035f7102b3f34f30 /dot.emacs.d
parent07e1cfb815038476c2fce4268cafb0c48e2cdbd7 (diff)
Emacs: org-list-allow-alphabetical
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el1
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)