branch: elpa/lua-mode
commit 58da3f9f1587e248a7ae505896fb331f3488013a
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Remove comment about setting lua-mode-map: not required anymore
---
lua-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
index 3053f40..70a39a4 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -80,8 +80,6 @@
;; You can customise the keybindings either by setting `lua-prefix-key'
;; or by putting the following in your .emacs
-;; (setq lua-mode-map (make-sparse-keymap))
-;; and
;; (define-key lua-mode-map <your-key> <function>)
;; for all the functions you need.