parent
81cf6080bf
commit
57c52e4db6
1 changed files with 7 additions and 6 deletions
|
@ -30,9 +30,10 @@
|
||||||
:modes (lua-mode markdown-mode json-mode)
|
:modes (lua-mode markdown-mode json-mode)
|
||||||
:files (and "main.lua" "conf.lua")
|
:files (and "main.lua" "conf.lua")
|
||||||
:on-load
|
:on-load
|
||||||
(set-project-type! 'love2d
|
(progn
|
||||||
:predicate #'+lua-love-project-root
|
(set-project-type! 'love2d
|
||||||
:run #'+lua/run-love-game)
|
:predicate #'+lua-love-project-root
|
||||||
(map! :localleader
|
:run #'+lua/run-love-game)
|
||||||
:map +lua-love-mode-map
|
(map! :localleader
|
||||||
"b" #'+lua/run-love-game))
|
:map +lua-love-mode-map
|
||||||
|
"b" #'+lua/run-love-game)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue