diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 5c1f496..7eb05be 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -582,7 +582,7 @@ Values: `desktop', `server', `laptop'") ;; Allow refiling into any org file org-refile-targets '((org-agenda-files :maxlevel . 3)) - org-alphabetical-lists t + org-list-allow-alphabetical t org-pretty-entities t |