More cleanup

This commit is contained in:
Henrik Lissner 2015-04-27 23:26:28 -04:00
parent b2e14c475e
commit b0e2de53f3
2 changed files with 4 additions and 7 deletions

View file

@ -151,10 +151,11 @@
"C-a" 'my/yas-goto-start-of-field
"<M-right>" 'my/yas-goto-end-of-field
"<M-left>" 'my/yas-goto-start-of-field
"<S-tab>" 'yas-prev-field
"<M-backspace>" 'my/yas-clear-to-sof
[backspace] 'my/yas-backspace
"<delete>" 'my/yas-delete)))
"<delete>" 'my/yas-delete)))
(provide 'init-yasnippet)