Remove Tab-unbinding from yasnippet config

It got fixed upstream, so it can be safely used now.
This commit is contained in:
Gergely Polonkai 2017-09-25 11:08:40 +02:00
parent 88db7d8ee6
commit c707f975e1
1 changed files with 1 additions and 6 deletions

View File

@ -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