From 5e33fefd74bf69dac65d0fadc67f8a977fcebcac Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 22 Dec 2018 05:20:02 -0500 Subject: [PATCH] Fix malformed map! yasnippet keybinds Causing breaking errors. --- modules/config/default/+evil-bindings.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 41a1bfff2..ac52165c5 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -207,8 +207,9 @@ "" #'+snippets/delete-to-start-of-field [backspace] #'+snippets/delete-backward-char [delete] #'+snippets/delete-forward-char-or-field) - :ie yas-minor-mode-map [tab] yas-maybe-expand - :v yas-minor-mode-map [tab] #'yas-insert-snippet)) + (:map yas-minor-mode-map + :ie [tab] yas-maybe-expand + :v [tab] #'yas-insert-snippet))) (:when (featurep! :feature spellcheck) :m "]S" #'flyspell-correct-word-generic