doomemacs/modules/lang/web
Henrik Lissner 60b595321e Lazy-load yasnippet harder for faster first-file load time
+ Rather than waiting for the first "interactive" major mode to be
  visited to activate yas-minor-mode, we wait until the first time the
  user invokes a snippet command to activate yas-global-mode.
+ yas-reload-all is one of the bottlenecks when loading a file for the
  first time. Deferring it further should help with this.
+ yas-global-mode reaches more major modes than our former list of
  hooks (fixes #5140).

Closes #5140
2021-06-05 13:12:00 -04:00
..
autoload Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
test Update all unit tests 2019-09-03 00:59:46 -04:00
+css.el lang/web: fix fill-prefix on continued comments 2020-11-09 17:19:14 -05:00
+html.el Fix #4431: don't use // in [JT]SX markup 2020-12-14 16:50:40 -05:00
config.el Fix emmet for non-evil users 2020-04-18 21:08:41 -04:00
doctor.el doctor: Warn about missing tidy when using web 2021-05-26 21:46:17 -07:00
packages.el Bump * 2021-03-27 18:27:02 -04:00