mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
Initfile cleanup
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user