mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(packages): override git-timemachine with fork that fixes bug
This commit is contained in:
@@ -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")))))))
|
||||
|
||||
Reference in New Issue
Block a user