mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Clean up and rough :make shortcut
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user