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
|
(use-package yasnippet
|
||||||
:demand
|
:demand
|
||||||
:config
|
:config
|
||||||
(yas-global-mode 1)
|
(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)))
|
|
||||||
|
|
||||||
(use-package vala-snippets
|
(use-package vala-snippets
|
||||||
:after
|
:after
|
||||||
|
Loading…
Reference in New Issue
Block a user