Update defuns
This commit is contained in:
parent
89c7c77c1d
commit
4a670cc1fb
5 changed files with 42 additions and 3 deletions
|
@ -15,7 +15,9 @@
|
|||
(yas--get-snippet-tables mode)))))
|
||||
(if template (yas--template-content template) nil))))
|
||||
(when (and is-yasnippet-on snippet)
|
||||
(yas-expand-snippet snippet)))))
|
||||
(yas-expand-snippet snippet)
|
||||
(when (and (featurep 'evil) evil-mode)
|
||||
(evil-initialize-state 'insert))))))
|
||||
|
||||
(provide 'defuns-auto-insert)
|
||||
;;; defuns-auto-insert.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue