Lua: Fix comment

This commit is contained in:
James Nguyen 2018-01-06 09:50:11 -08:00
parent 0609804b10
commit 3fa749ac49
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
(require 'lua-mode nil t)
(defun evil-collection-lua-mode-set-evil-shift-width ()
"Set `evil-shift-width' according to `python-indent-offset'."
"Set `evil-shift-width' according to `lua-indent-level'."
(setq evil-shift-width lua-indent-level))
(defun evil-collection-lua-mode-setup ()