From adf0e27c95cae4e19e2fee174170bac2ff7e83d3 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 26 Apr 2024 17:37:47 +0100 Subject: [PATCH] README tweaks --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22a03a559b..5ea934035a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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