doomemacs/modules/lang/web
Henrik Lissner 5ccbc468ad
lang/web: fix fill-prefix on continued comments
Before:

  /*
   * pretend this is a line longer than 80 characters
   */

  Call fill-paragraph:

  /*
   * pretend this is a line longer
     than 80 characters
   */

After

  /*
   * pretend this is a line longer than 80 characters
   */

  Call fill-paragraph:

  /*
   * pretend this is a line longer
   * than 80 characters
   */
2020-11-09 17:19:14 -05:00
..
autoload lang/web: fix comments not joining/filling correctly 2020-11-09 17:19:14 -05:00
test
+css.el lang/web: fix fill-prefix on continued comments 2020-11-09 17:19:14 -05:00
+html.el
config.el
doctor.el
packages.el