From b3d68f730d48ccb5e3b3255f9010c95bf9f86e22 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 1 Oct 2021 16:53:36 -0400 Subject: Emacs support moved to external repository --- docs/editors/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/editors/index.html') diff --git a/docs/editors/index.html b/docs/editors/index.html index 1860008f..f8233350 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -36,8 +36,8 @@ of your .vimrc:

Then run :PlugInstall.

Emacs

-

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")
+

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)
 

VS Code

-- cgit v1.2.3