Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Apr 26, 2024
1 parent 40d0898 commit adf0e27
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ in the approximate order of how much I use them, from most to least:
* PHP
* Erlang

In particular, there's a nice config for *autocompletion* with
[corfu](https://github.com/minad/corfu), and
Included is a nice setup for in-buffer autocompletion with
[corfu](https://github.com/minad/corfu), and minibuffer completion using
[vertico](https://github.com/minad/vertico).

`flymake` (re-using backends from [flycheck](http://www.flycheck.org))
is used to immediately highlight syntax errors in Ruby, Python,
Javascript, Haskell and a number of other languages.

LSP support is provided using `eglot`.

Various popular Emacs tools are included and configured here, such as
`magit`, `docker.el`, `projectile`, `org-mode` etc., but the focus is moderate

## Supported Emacs versions

Use the latest released Emacs version available to you. The author
Expand All @@ -48,8 +53,7 @@ to use the latest stable Emacs release like I do.

To make the most of the programming language-specific support in this
config, further programs will likely be required, particularly those
that [flycheck](https://github.com/flycheck/flycheck) uses to provide
on-the-fly syntax checking.
that flycheck or flymake use to provide on-the-fly syntax checking.

## Installation

Expand Down

0 comments on commit adf0e27

Please sign in to comment.