doomemacs/modules/lang/org/autoload
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
..
contrib-ipython.el shell-command-to-string -> doom-call-process #1887 2019-11-08 16:02:06 -05:00
contrib-present.el Bump :ui doom 2021-05-21 23:13:14 -04:00
org-attach.el Rewrite org-download/attach systems 2020-04-25 01:27:25 -04:00
org-avy.el Fix gs in org-mode #2218 2019-12-20 13:40:06 -05:00
org-babel.el lang/org: fix eval handler 2020-08-07 22:41:39 -04:00
org-capture.el Merge pull request #3213 from wedens/org-capture-frame-refile 2020-06-04 19:50:12 -04:00
org-export.el Prevent extra window after +org/export-to-clipboard 2021-05-01 02:28:44 -04:00
org-link.el Respect org-display-remote-inline-images 2020-06-28 01:09:54 -04:00
org-refile.el Add docstring to +org/refile* commands 2021-03-02 23:48:54 -05:00
org-tables.el Only realign tables in +org-realign-table-maybe-h 2020-04-13 15:23:16 -04:00
org.el Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00