Update lang modules' :build settings
This commit is contained in:
parent
8f04e0355f
commit
648c4c1d3b
9 changed files with 27 additions and 10 deletions
|
@ -34,7 +34,7 @@
|
|||
:modes (lua-mode markdown-mode json-mode)
|
||||
:files (and "main.lua" "conf.lua")
|
||||
:init
|
||||
(set! :build 'love2D '+lua-love-mode
|
||||
(set! :build 'run-love-app '+lua-love-mode
|
||||
(lambda ()
|
||||
(async-shell-command (format "open -a love.app '%s'" (doom-project-root))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue