mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
Replace old repository path
The repository was moved from GDQuest to godotengine on GitHub.
This commit is contained in:
committed by
Benjamin Kästner
parent
16c631cd6f
commit
9043e1a6b6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user