perf(default): eagerly loading yasnippet at startup
This commit is contained in:
parent
fa6893eeea
commit
59de0ec15e
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@
|
|||
'(((memq (bound-and-true-p yas--active-field-overlay)
|
||||
(overlays-in (1- (point)) (1+ (point))))
|
||||
#'yas-next-field-or-maybe-expand)
|
||||
((yas-maybe-expand-abbrev-key-filter 'yas-expand)
|
||||
((and (bound-and-true-p yas-minor-mode)
|
||||
(yas-maybe-expand-abbrev-key-filter 'yas-expand))
|
||||
#'yas-expand)))
|
||||
,@(when (modulep! :completion company +tng)
|
||||
'(((bound-and-true-p company-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue