chore(packages): override company-nginx recipe to fix repo

The original repo has been deleted, so we need to point it at a mirror.
This commit is contained in:
2022-01-26 22:46:44 +00:00
parent 29900e5d2a
commit ef9adfd39b

View File

@@ -8,6 +8,11 @@
(setq straight-recipe-overrides
'((nil . (
;; Override company-nginx recipe as the original repo was
;; deleted.
(company-nginx :type git :host github
:repo "emacsmirror/company-nginx"
:branch "master")
;; Use latest version of undo-tree from main git repo. The
;; package on elpa.gnu.org is quite old.
(undo-tree :type git :host gitlab