From 97d143fe26f7f67ff2c82fd0b07be6bc22520940 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 29 Oct 2021 10:57:16 -0400 Subject: Fix gnu-apl reference in Emacs section (fixes #35) --- docs/editors/index.html | 2 +- editors/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/editors/index.html b/docs/editors/index.html index f8233350..a49c37f3 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -38,7 +38,7 @@ of your .vimrc:

Emacs

Emacs support has moved to 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

See this repository.

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 -- cgit v1.2.3