[Emacs] Set mirror for stardiviner’s deleted repos

This commit is contained in:
Lucien Cartier-Tilet 2022-02-07 12:06:26 +01:00
parent bae81921f2
commit 73c1ae1a69
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -6042,7 +6042,10 @@ We then also have an autocompletion package that adds to ~company~ the
Nginx syntax.
#+begin_src emacs-lisp
(use-package company-nginx
:straight (:build t)
:straight (company-nginx :build t
:type git
:host github
:repo "emacsmirror/company-nginx")
:defer t
:config
(add-hook 'nginx-mode-hook (lambda ()