Remove Tab-unbinding from yasnippet config
It got fixed upstream, so it can be safely used now.
This commit is contained in:
parent
88db7d8ee6
commit
c707f975e1
7
init.el
7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user