From 73c1ae1a695a834761a7f9541fecff0f1a60ea6d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 7 Feb 2022 12:06:26 +0100 Subject: [PATCH] =?UTF-8?q?[Emacs]=20Set=20mirror=20for=20stardiviner?= =?UTF-8?q?=E2=80=99s=20deleted=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org/config/emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index f5c7806..a340a30 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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 ()