diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-18 08:56:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-18 08:56:39 -0500 |
| commit | 9790231ebc84fe10c756b1df43f3d5d32d9bdf7d (patch) | |
| tree | 488d58726e143c63f9c183265462b39ae867a6c9 | |
| parent | 5b1cc78c1ac23c83d9bd687b50b2c10baa1ad595 (diff) | |
| parent | c9da893d18ab94d19e3cb54483fbb4831b5ea30b (diff) | |
Merge pull request #41 from AndersonTorres/master
Update URL of emacs bqn-mode
| -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 ce71f8b4..f2c6c2a3 100644 --- a/editors/README.md +++ b/editors/README.md @@ -59,7 +59,7 @@ Then run `:PlugInstall`. ### Emacs -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. +Emacs support now lives on [museoa/bqn-mode](https://github.com/museoa/bqn-mode). Clone and add the following two lines to your init file (usually `~/.emacs.d/init.el`), replacing the path appropriately. (add-to-list 'load-path "/path/to/bqn-mode") (require 'bqn-mode) |
