doomemacs/modules/editor
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
..
evil Fix #5113: "defining as dynamic an already lexical var" error 2021-05-30 12:21:13 -04:00
file-templates lang/java: Add file templates 2021-06-05 23:21:53 +09:00
fold editor/fold: fix load-order dependency on evil 2021-05-15 19:24:40 -04:00
format Fix 'setting-constant enable-multibyte-characters' error 2021-06-04 22:45:36 -04:00
god Bump :editor 2021-02-11 22:05:21 -05:00
lispy Advice lispyville-end-of-defun to go past defuns 2021-05-26 18:51:55 +02:00
multiple-cursors Bump * 2021-03-27 18:27:02 -04:00
objed Bump :editor 2020-12-05 16:55:27 -05:00
parinfer Minor refactoring across the board 2021-05-23 22:09:07 -04:00
rotate-text Minor refactoring across the board 2021-05-23 22:09:07 -04:00
snippets Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
word-wrap Bump adaptive-wrap 2021-02-12 11:12:45 +08:00