From 5f3f4dee51481b1dc7bb4e9efff5bdda20024796 Mon Sep 17 00:00:00 2001 From: Leon Barrett Date: Thu, 11 Mar 2021 20:08:19 -0800 Subject: [PATCH] Note Emacs package `just-mode` in readme (#759) --- README.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index b6326c4e5b..1fa4068cb9 100644 --- a/README.adoc +++ b/README.adoc @@ -1285,9 +1285,13 @@ augroup filetypedetect augroup END ``` -==== Vim and Emacs +==== Emacs -Include the following in a `justfile` to enable syntax highlighting in vim and emacs: +There is a MELPA package, https://melpa.org/#/just-mode[just-mode], for automatic Emacs syntax highlighting and automatic indentation in justfiles. + +==== Vim and Emacs using Makefile mode + +Include the following in a `justfile` to use Makefile syntax highlighting in vim and emacs: ``` # Local Variables: