Skip to content

Commit

Permalink
Fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
jthing committed Mar 12, 2023
1 parent 6a7f75e commit a683b3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

* jpt-apl-mode

[["apl-mode.png"]]
#+CAPTION: Screenshot
#+ATTR_HTMl: :width 600px
[[./apl-mode.png]]


This code gives a APL interface to Emacs for april - a common lisp embedded APL language
Expand All @@ -23,6 +25,18 @@ header character.
With straight and use-package installed:

(use-package jpt-apl-mode
:straight (jpt-apl-mode :type git :host github :repo "jpthing/apl-mode))
:straight (jpt-apl-mode :type git :host github :repo
"jpthing/apl-mode))

* Customization

Setting jpt-apl-use-header to nil will disable the header line with the
APL symbols. The Key-cords will still work.
There is also a variable jpt-apl-exclude.
The (local) variable jpt-apl-data contains information on all apl
operators in Dyalog and gnu APL. It then filters out the ones that can
be typed on the keyboard (:ascii) and the ones that Dyalog (:dyalog) uses, but
april does not. To make a header that looks like the one in
tryapl.org you could change it to '(:gnu) .

# LocalWords: apl jpt
Binary file modified apl-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a683b3d

Please sign in to comment.