build-for!: made build-file optional
This commit is contained in:
parent
9a692125ec
commit
03c7c4b07c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; macros-quickrun.el
|
||||
|
||||
;;;###autoload
|
||||
(defmacro build-for! (mode command build-file)
|
||||
(defmacro build-for! (mode command &optional build-file)
|
||||
"Register major/minor MODE with build COMMAND. If FILES are provided, do an
|
||||
additional check to make sure they exist in the project root."
|
||||
`(add-hook! ,mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue