mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Only affects newline-and-indent, not reindent commands. Before: (list :a 1 :b 2 :c 3) After: (list :a 1 :b 2 :c 3) This could use some refactoring...