From c707f975e11cd2a05759240426b7c919b5c19709 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 25 Sep 2017 11:08:40 +0200 Subject: [PATCH] Remove Tab-unbinding from yasnippet config It got fixed upstream, so it can be safely used now. --- init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/init.el b/init.el index bc8a892..ead868e 100644 --- a/init.el +++ b/init.el @@ -663,12 +663,7 @@ (use-package yasnippet :demand :config - (yas-global-mode 1) - :bind - ;; Remove TAB binding to yas-expand. It causes more harm than good. - (:map yas-minor-mode-map - ("TAB" . nil) - ([(tab)] . nil))) + (yas-global-mode 1)) (use-package vala-snippets :after