From 3fd43be98cb39903a8f6e62d8d2427daee59a2bf Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 19 Nov 2021 21:30:10 -0500 Subject: Recompile --- docs/editors/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/editors/index.html') diff --git a/docs/editors/index.html b/docs/editors/index.html index a49c37f3..30269aa8 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -36,7 +36,7 @@ of your .vimrc:

Then run :PlugInstall.

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.

+

Emacs support now lives on 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)
 
-- cgit v1.2.3