diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-01 16:53:36 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-01 16:53:36 -0400 |
| commit | b3d68f730d48ccb5e3b3255f9010c95bf9f86e22 (patch) | |
| tree | b811d2256ac23e34ca433d78bdd07456c2d0d362 /editors/README.md | |
| parent | c0c3584136a1732b01f642322bf0c41e9a91c9e6 (diff) | |
Emacs support moved to external repository
Diffstat (limited to 'editors/README.md')
| -rw-r--r-- | editors/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/README.md b/editors/README.md index 77303854..b9a9395b 100644 --- a/editors/README.md +++ b/editors/README.md @@ -59,9 +59,9 @@ Then run `:PlugInstall`. ### Emacs -Add the following two lines to `init.el` (usually `~/.emacs.d/init.el`), replacing the path appropriately. +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/editors/emacs") + (add-to-list 'load-path "/path/to/bqn-mode") (require 'gnu-apl-mode) ### VS Code |
