]> git.eshelyaron.com Git - emacs.git/commit
Add Completion Preview mode feature/completion-preview
authorEshel Yaron <me@eshelyaron.com>
Thu, 2 Nov 2023 15:58:31 +0000 (16:58 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 Nov 2023 08:22:03 +0000 (09:22 +0100)
commit9bceba191bb049cb20a946d6eb30af213b949526
tree46d621f0d8027b54a1757999563339460530d007
parent5324723c2bcab7062f393a5057e51733a1715788
Add Completion Preview mode

This adds a new minor mode, 'completion-preview-mode', that displays
in-buffer completion suggestions with an inline "preview" overlay.

* lisp/completion-preview.el: New file.
* doc/emacs/programs.texi (Symbol Completion): Document it.
* etc/NEWS: Announce it.
doc/emacs/programs.texi
etc/NEWS
lisp/completion-preview.el [new file with mode: 0644]