It's settled. I have a problem.
This commit is contained in:
parent
7ddb52699d
commit
5d24a9b3f7
23 changed files with 217 additions and 45 deletions
|
@ -1,5 +1,3 @@
|
|||
(provide 'init-yasnippet)
|
||||
|
||||
(use-package yasnippet
|
||||
:mode (("emacs\\.d/snippets/.+$" . snippet-mode))
|
||||
:pre-load
|
||||
|
@ -133,3 +131,7 @@
|
|||
"<s-right>" 'my/yas-goto-end-of-field
|
||||
"<s-left>" 'my/yas-goto-start-of-field
|
||||
[backspace] 'my/yas-clear-field)))
|
||||
|
||||
|
||||
(provide 'init-yasnippet)
|
||||
;;; init-yasnippet.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue