doomemacs/modules/editor/format/autoload
Henrik Lissner df42d8ce89
editor/format: rewrite & fix set-formatter!
+ Updated docstring (and added two more examples)
+ Can now be used with shell command strings or string lists. String
  sublists can have more than 2 elements. Non-string items will be
  interpolated into the string before it. If any non-string item is nil,
  its sublist is omitted entirely.
+ Can now be used to redefine formatters predefined by the format-all
  package, by passing the formatter's name (as a symbol) as the first
  argument.
+ Added :modes property for cases when first argument isn't a major mode
  or list of them (when redefining a formatter).
2018-09-03 03:58:44 +02:00
..
evil.el editor/format: format by diff & major refactor 2018-08-29 12:48:38 +02:00
format.el +format|buffer: use pcase-let & return boolean 2018-09-03 03:58:43 +02:00
settings.el editor/format: rewrite & fix set-formatter! 2018-09-03 03:58:44 +02:00