From c9da893d18ab94d19e3cb54483fbb4831b5ea30b Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Thu, 18 Nov 2021 10:18:30 -0300 Subject: Update URL of emacs bqn-mode --- editors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3