From 2815aa6167d1979853b6993344c668c70dc2b634 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 12 Sep 2021 14:26:11 +0300 Subject: [PATCH] Reword Emacs section in readme (#962) --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e8850e7..97512bd 100644 --- a/README.adoc +++ b/README.adoc @@ -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: