axvr / org.vim

Org mode syntax highlighting and folding for Vim.
Other
117 stars 14 forks source link

Allow alphabetical ordered list markers #4

Closed isti115 closed 3 years ago

axvr commented 3 years ago

Thanks. I've make a slight change to make it optional (and disabled by default). You can enable it with:

let g:org_list_alphabetical_bullets = 1

This makes it closer to the default behaviour in Emacs.

isti115 commented 3 years ago

Wow, it's great to see that you're maintaining this repository so thoughtfully! :) I agree that it's good to follow the Emacs defaults, since that's what most people expect. (It's just that for me the mental defaults are often different, since I'm coming from doom-emacs.)