branch: externals/vertico
commit 751c9ad527f14750ef10543fa64b39cf778d6206
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    README: Update example configuration
---
 README.org | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.org b/README.org
index 5d39d993e3..65b39ab891 100644
--- a/README.org
+++ b/README.org
@@ -101,6 +101,9 @@ to take advantage of ~use-package~. Here is an example 
configuration:
 ;; Emacs minibuffer configurations.
 (use-package emacs
   :custom
+  ;; Enable context menu. `vertico-multiform-mode' adds a menu in the 
minibuffer
+  ;; to switch display modes.
+  (context-menu-mode t)
   ;; Support opening new minibuffers from inside existing minibuffers.
   (enable-recursive-minibuffers t)
   ;; Hide commands in M-x which do not work in the current mode.  Vertico

Reply via email to