More cleanup
This commit is contained in:
parent
b2e14c475e
commit
b0e2de53f3
2 changed files with 4 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue