Replace old repository path

The repository was moved from GDQuest to godotengine on GitHub.
This commit is contained in:
Benjamin Kästner
2021-03-28 20:27:42 +02:00
committed by Benjamin Kästner
parent 16c631cd6f
commit 9043e1a6b6
21 changed files with 22 additions and 22 deletions

View File

@@ -148,12 +148,12 @@ Add the call to use-package to your Emacs configuration:
:straight (gdscript-mode
:type git
:host github
:repo "GDQuest/emacs-gdscript-mode"))
:repo "godotengine/emacs-gdscript-mode"))
```
### Installing manually
1. Clone the repository or download a [stable release](https://github.com/GDQuest/emacs-gdscript-mode/releases) to your computer.
1. Clone the repository or download a [stable release](https://github.com/godotengine/emacs-gdscript-mode/releases) to your computer.
1. In your init.el file, add a call to load and require the package.
```elisp