Vterm: Use _

This commit is contained in:
James Nguyen 2020-01-25 14:10:31 -08:00
parent e9a592e5ee
commit 98ac94bfa8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Moving cursor backwards is the default vim behavior but
it is not appropriate in some cases like terminals."
(setq-local evil-move-cursor-back nil))
(defun evil-collection-vterm-exit-function (buffer &optional event)
(defun evil-collection-vterm-exit-function (buffer &optional _event)
"Automatically kill `vterm' buffer on exit."
(when buffer
(kill-buffer buffer)))