Note Emacs package just-mode in readme (#759)

This commit is contained in:
Leon Barrett 2021-03-11 20:08:19 -08:00 committed by GitHub
parent 7ae890ce61
commit 5f3f4dee51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1285,9 +1285,13 @@ augroup filetypedetect
augroup END 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: # Local Variables: