Initfile cleanup

This commit is contained in:
Henrik Lissner 2015-01-15 01:49:11 -05:00
parent f0e7f177da
commit e91258ceff
9 changed files with 91 additions and 87 deletions

View file

@ -13,10 +13,9 @@
(add-hook 'lua-mode-hook 'enable-tab-width-2)
(add-hook! 'lua-mode-hook (setq lua-indent-level tab-width))
(defun my--build-love ()
(shell-command (format "open -a love.app %s" (my--project-root))))
))
(defun love-run ()
(interactive)
(shell-command (format "open -a love.app %s" (my--project-root))))))
(provide 'init-lua)