aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-29 10:57:16 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-29 10:57:16 -0400
commit97d143fe26f7f67ff2c82fd0b07be6bc22520940 (patch)
treeb4483bb0f879592ab7befa5e28e96cd35f023992 /docs
parent37c276536210671a45113072aef48427fcdcec36 (diff)
Fix gnu-apl reference in Emacs section (fixes #35)
Diffstat (limited to 'docs')
-rw-r--r--docs/editors/index.html2
1 files changed, 1 insertions, 1 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 <code><span class='Value'>.vimrc</span></code>:</p>
<h3 id="emacs"><a class="header" href="#emacs">Emacs</a></h3>
<p>Emacs support has moved to <a href="https://github.com/AndersonTorres/bqn-mode">AndersonTorres/bqn-mode</a>. Clone and add the following two lines to <code><span class='Value'>init.el</span></code> (usually <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.emacs.d</span><span class='Function'>/</span><span class='Value'>init.el</span></code>), replacing the path appropriately.</p>
<pre><span class='Paren'>(</span><span class='Value'>add</span><span class='Function'>-</span><span class='Value'>to</span><span class='Function'>-</span><span class='Value'>list</span> <span class='String'>'</span><span class='Value'>load</span><span class='Function'>-</span><span class='Value'>path</span> <span class='String'>&quot;/path/to/bqn-mode&quot;</span><span class='Paren'>)</span>
-<span class='Paren'>(</span><span class='Value'>require</span> <span class='String'>'</span><span class='Value'>gnu</span><span class='Function'>-</span><span class='Value'>apl</span><span class='Function'>-</span><span class='Value'>mode</span><span class='Paren'>)</span>
+<span class='Paren'>(</span><span class='Value'>require</span> <span class='String'>'</span><span class='Value'>bqn</span><span class='Function'>-</span><span class='Value'>mode</span><span class='Paren'>)</span>
</pre>
<h3 id="vs-code"><a class="header" href="#vs-code">VS Code</a></h3>
<p>See <a href="https://github.com/razetime/bqn-vscode">this repository</a>.</p>