[Emacs] Set mirror for stardiviner’s deleted repos
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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.
|
Nginx syntax.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package company-nginx
|
(use-package company-nginx
|
||||||
:straight (:build t)
|
:straight (company-nginx :build t
|
||||||
|
:type git
|
||||||
|
:host github
|
||||||
|
:repo "emacsmirror/company-nginx")
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(add-hook 'nginx-mode-hook (lambda ()
|
(add-hook 'nginx-mode-hook (lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user