(py|rb)env version in modeline + define-builder macro
This commit is contained in:
parent
979472385b
commit
c27dfd5540
10 changed files with 89 additions and 38 deletions
|
@ -17,7 +17,7 @@
|
|||
:keymap (make-sparse-keymap)
|
||||
(add-yas-minor-mode! 'love-mode))
|
||||
(associate! love-mode :files ("main.lua") :in (lua-mode))
|
||||
(build-for! love-mode "open -a love.app '%s'" "main.lua")
|
||||
(define-builder! love-mode "open -a love.app '%s'" "main.lua")
|
||||
|
||||
(provide 'module-lua)
|
||||
;;; module-lua.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue