fix(file-templates): invalid function call
`evil-initialize-state` recently changed to no longer accept any arguments, so use `evil-change-state` instead. Ref: emacs-evil/evil@1c4c3bfff8
This commit is contained in:
parent
2c15e4e6fc
commit
d509d8bea1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ evil is loaded and enabled)."
|
|||
(and yas--active-field-overlay
|
||||
(overlay-buffer yas--active-field-overlay)
|
||||
(overlay-get yas--active-field-overlay 'yas--field)))
|
||||
(evil-initialize-state 'insert))))))
|
||||
(evil-change-state 'insert))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +file-templates-get-short-path ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue