mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user