Skip to content

Commit

Permalink
Note Emacs package just-mode in readme (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-barrett committed Mar 12, 2021
1 parent 7ae890c commit 5f3f4de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f3f4de

Please sign in to comment.