mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -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...