Update modules/lang/*
This commit is contained in:
parent
f0adef1b01
commit
e14e25ecb4
68 changed files with 1487 additions and 750 deletions
9
modules/lang/lua/autoload.el
Normal file
9
modules/lang/lua/autoload.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;; lang/lua/autoload.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +lua/repl ()
|
||||
(interactive)
|
||||
(lua-start-process "lua" "lua")
|
||||
(pop-to-buffer lua-process-buffer))
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue