From e58c1ff89d2b479e1724dd0dba25d36186a6b39e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 26 Dec 2018 15:01:28 -0500 Subject: [PATCH] Fix TAB in modes with their own keybind Like org-mode --- modules/config/default/+evil-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 922f408d5..5e295c331 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -27,7 +27,7 @@ [remap find-tag] #'projectile-find-tag ;; Smart tab - :i [tab] (general-predicate-dispatch 'indent-for-tab-command + :i [tab] (general-predicate-dispatch nil (and (featurep! :feature snippets) (yas-maybe-expand-abbrev-key-filter 'yas-expand)) 'yas-expand