diff options
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/README.md b/editors/README.md index b9a9395b..ce71f8b4 100644 --- a/editors/README.md +++ b/editors/README.md @@ -62,7 +62,7 @@ Then run `:PlugInstall`. Emacs support has moved to [AndersonTorres/bqn-mode](https://github.com/AndersonTorres/bqn-mode). Clone and add the following two lines to `init.el` (usually `~/.emacs.d/init.el`), replacing the path appropriately. (add-to-list 'load-path "/path/to/bqn-mode") - (require 'gnu-apl-mode) + (require 'bqn-mode) ### VS Code |
