[Emacs] Set mirror for stardiviner’s deleted repos
This commit is contained in:
parent
bae81921f2
commit
73c1ae1a69
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user