Elisp: Fix name

This commit is contained in:
James Nguyen 2017-12-09 08:00:27 -08:00
parent df5d161017
commit ba86a8c000
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ alternative printed representations that can be displayed."
(defun evil-collection-elisp-mode-setup ()
"Set up `evil' bindings for `elisp-mode'."
(unless evil-move-beyond-eol
(advice-add 'eval-print-last-sexp :around 'evil-elisp-mode-last-sexp))
(advice-add 'eval-print-last-sexp :around 'evil-collection-elisp-mode-last-sexp))
(advice-add 'last-sexp-setup-props
:override 'evil-collection-elisp-mode-last-sexp-setup-props))