diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index abbf65db9..18418fd91 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -27,6 +27,7 @@ ;; Smart tab :i [tab] (general-predicate-dispatch nil ; fall back to nearest keymap (and (featurep! :feature snippets) + (bound-and-true-p yas-minor-mode) (yas-maybe-expand-abbrev-key-filter 'yas-expand)) 'yas-expand (and (featurep! :completion company +tng)