mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(package): switch makefile-executor to my fork until fix is merged
This commit is contained in:
@@ -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")))))))
|
||||
|
||||
Reference in New Issue
Block a user