doomemacs/modules
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
..
app app/irc: Swap examples to cite libera.chat 2021-05-29 00:21:39 -07:00
checkers Merge pull request #5111 from destroyer449/flycheck_documentation 2021-06-04 14:21:15 -04:00
completion Fix "Couldn't find project root" error on +ivy/compile 2021-06-04 14:50:45 -04:00
config Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
editor Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
emacs Bump :emacs vc :tools magit 2021-05-25 13:39:26 -04:00
email Refactor doom-{path,file,dir,glob} 2021-05-23 21:49:02 -04:00
input Merge pull request #4933 from pickfire/fcitx5 2021-05-24 13:47:39 -04:00
lang Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
os Fix #4977: inhibit xterm-set-window-title in GUI emacs 2021-05-06 04:27:33 -04:00
term Don't build vterm-module in noninteractive sessions 2021-05-24 13:54:13 -04:00
tools Fix #4894: +lookup/references not following references 2021-06-04 01:30:34 -04:00
ui Fix 'invalid face attribute :background' warnings 2021-05-30 12:20:58 -04:00