It's settled. I have a problem.

This commit is contained in:
Henrik Lissner
2014-12-12 15:35:58 -05:00
parent 7ddb52699d
commit 5d24a9b3f7
23 changed files with 217 additions and 45 deletions

View File

@ -1,5 +1,3 @@
(provide 'init-lua)
(use-package lua-mode
:mode "\\.lua$"
:interpreter "lua"
@ -19,3 +17,7 @@
(defun my--build-love ()
(shell-command (format "open -a love.app %s" (my--project-root))))
))
(provide 'init-lua)
;;; init-lua.el ends here