Clean up and rough :make shortcut

This commit is contained in:
Henrik Lissner 2015-04-27 23:25:50 -04:00
parent 0af611cf6d
commit b2e14c475e
4 changed files with 49 additions and 26 deletions

View file

@ -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)