Skip to content

Commit

Permalink
fix(file-templates): invalid function call
Browse files Browse the repository at this point in the history
`evil-initialize-state` recently changed to no longer accept any
arguments.
  • Loading branch information
RBckmnn committed Jan 30, 2024
1 parent ff33ec8 commit 9295adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editor/file-templates/autoload.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 9295adf

Please sign in to comment.