chore(package): switch makefile-executor to my fork until fix is merged

This commit is contained in:
2022-09-28 02:13:51 +01:00
parent 276e798100
commit 689a2ae585

View File

@@ -13,6 +13,12 @@
(go-playground :type git :host github :repo "grafov/go-playground"
:fork (:host github :repo "jimeh/go-playground"
:branch "fix-upload"))
;; Override makefile-executor to use my fork, which has a fix
;; for a syntax error.
(makefile-executor :type git :flavor melpa :host github
:repo "thiderman/makefile-executor.el"
:fork (:host github :repo "jimeh/makefile-executor.el"
:branch "fix-unbalanced-parenthesis"))
;; Override vertico recipe to fix issues with extensions.
(vertico :type git :host github :repo "minad/vertico"
:files (:defaults "extensions/*" (:exclude ".git")))))))