Initfile cleanup
This commit is contained in:
parent
f0e7f177da
commit
e91258ceff
9 changed files with 91 additions and 87 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue