Files
doomemacs/modules
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
..
2020-10-11 23:32:51 -04:00
2020-10-31 16:13:51 +09:00
2020-10-22 16:11:31 -04:00
2020-11-05 23:10:51 +08:00
2020-11-06 22:20:15 -05:00