Clean up and rough :make shortcut
This commit is contained in:
parent
0af611cf6d
commit
b2e14c475e
4 changed files with 49 additions and 26 deletions
|
@ -13,9 +13,7 @@
|
|||
(add-hook 'lua-mode-hook 'enable-tab-width-2)
|
||||
(add-hook! 'lua-mode-hook (setq lua-indent-level tab-width))
|
||||
|
||||
(defun love-run ()
|
||||
(interactive)
|
||||
(shell-command (format "open -a love.app %s" (my--project-root))))))
|
||||
(add-hook! 'love-mode-hook (setq my-build-command (format "open -a love.app %s" (my--project-root))))))
|
||||
|
||||
|
||||
(provide 'init-lua)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue