chore(packages): override git-timemachine with fork that fixes bug

This commit is contained in:
2022-09-22 14:13:40 +01:00
parent b026b85df5
commit f1a13a920e

View File

@@ -8,6 +8,11 @@
(setq straight-recipe-overrides
'((nil . (
;; Override go-playground to use my fork, which has a fix for
;; uploading to go.dev/play.
(go-playground :type git :host github :repo "grafov/go-playground"
:fork (:host github :repo "jimeh/go-playground"
:branch "fix-upload"))
;; Override vertico recipe to fix issues with extensions.
(vertico :type git :host github :repo "minad/vertico"
:files (:defaults "extensions/*" (:exclude ".git")))))))