branch: externals/vertico commit 5f64f97a0233f7c3ada579360ce225a05122c0b3 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
update readme --- README.org | 10 +++++----- minicomp.el | 8 ++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 8873908..5e7c8b8 100644 --- a/README.org +++ b/README.org @@ -1,16 +1,16 @@ -#+title: minicomp.el - Minimal vertical completion system +#+title: minicomp.el - Minimalistic vertical minibuffer completion system #+author: Daniel Mendler #+language: en * Introduction -This package provides a minimal vertical completion system, which is based on -the default completion system. By reusing the default system, we achieve full +This package provides a vertical completion system, which is based on the +default completion system. By reusing the default system, we achieve full compatibility with built-in Emacs commands and completion tables. The completion system is pretty bare-bone and only provides a minimal set of commands. The code base is less than 500 lines of code. If you are looking for a more full-featured -package, you may be interested in [[https://github.com/raxod502/selectrum][Selectrum]]. Selectrum supports Avy-style -selection keys, a horizontal display and a buffer display. +package, you may be interested in [[https://github.com/raxod502/selectrum][Selectrum]]. Selectrum supports Avy-style quick +keys, a horizontal display and a buffer display. Complementary packages, which are supported: diff --git a/minicomp.el b/minicomp.el index 69519a7..55361fc 100644 --- a/minicomp.el +++ b/minicomp.el @@ -1,4 +1,4 @@ -;;; minicomp.el --- Minimal completion system -*- lexical-binding: t -*- +;;; minicomp.el --- Minimalistic vertical minibuffer completion system -*- lexical-binding: t -*- ;; Author: Daniel Mendler ;; Maintainer: Daniel Mendler @@ -25,7 +25,11 @@ ;;; Commentary: -;; Minimal completion system. +;; This package provides a vertical completion system, which is based on the +;; default completion system. By reusing the default system, we achieve full +;; compatibility with built-in Emacs commands and completion tables. The +;; completion system is pretty bare-bone and only provides a minimal set of +;; commands. ;;; Code: