Skip to content

Commit

Permalink
Reword Emacs section in readme (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Sep 12, 2021
1 parent d4fe16d commit 2815aa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ Or add the following to an individual justfile to enable `make` mode on a per-fi
=== Emacs
There is a MELPA package, https://melpa.org/#/just-mode[just-mode], for automatic Emacs syntax highlighting and automatic indentation in justfiles. There is also the https://github.com/psibi/justl.el[justl] mode which can be used to drive the execution of recipes within Emacs.
https://github.com/leon-barrett/just-mode.el[just-mode] provides syntax highlighting and automatic indentation of justfiles. It is available on https://melpa.org/[MELPA] as https://melpa.org/#/just-mode[just-mode]
https://github.com/psibi/justl.el[justl] provides commands for executing and listing recipes.
You can add the following to an individual justfile to enable `make` mode on a per-file basis:
Expand Down

0 comments on commit 2815aa6

Please sign in to comment.