doomemacs/modules/editor/format
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
..
autoload editor/format: rewrite & fix set-formatter! 2018-09-03 03:58:44 +02:00
config.el editor/format: disable in sql-mode by default 2018-08-31 12:44:24 +02:00
packages.el New :editor format module 2018-08-22 02:20:11 +02:00