doomemacs/modules/lang/emacs-lisp
Henrik Lissner 03ecfed1a7
Fix RET indent of elisp forms following properties
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...
2020-05-01 02:18:26 -04:00
..
autoload.el Fix RET indent of elisp forms following properties 2020-05-01 02:18:26 -04:00
config.el Indent elisp plists more sensibly 2020-04-30 15:54:36 -04:00
packages.el General refactors, reformatting & comment revision 2020-04-23 23:56:17 -04:00