branch: externals/minuet commit a601ce3125f2b903b6ee7cfb08a9ce943f62030c Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
doc: update README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f509667a0..d9cce85300 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ Currently you need to install from github via `package-vc` or :bind (("M-y" . #'minuet-complete-with-minibuffer) ;; use minibuffer for completion ("M-i" . #'minuet-show-suggestion) ;; use overlay for completion + :map minuet-active-mode-map + ;; These keymaps activate only when a minuet suggestion is displayed in the current buffer ("M-p" . #'minuet-previous-suggestion) ;; invoke completion or cycle to next completion ("M-n" . #'minuet-next-suggestion) ;; invoke completion or cycle to previous completion ("M-A" . #'minuet-accept-suggestion) ;; accept whole completion