branch: externals/vertico-posframe
commit 7bb6ebe5ea56bfac00a78e26c3b9b078fc0215b4
Author: reya <[email protected]>
Commit: reya <[email protected]>

    Add conditional posframe exmaple
---
 README.org | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 81114a9452..bcd4fb6c7b 100644
--- a/README.org
+++ b/README.org
@@ -35,7 +35,16 @@ click.
 NOTE: vertico-posframe-mode will be activated/deactivated by
 vertico-multiform-mode dynamically when you add 'posframe' setting to
 vertico-multiform-commands, please do not enable vertico-posframe-mode
-globally at the moment.
+globally at the moment. 
+
+*** To conditionally disable posframe
+#+begin_example 
+  (setq vertico-multiform-commands
+        '(
+          (consult-line (:not posframe))
+          (t posframe)
+          ))
+#+end_example
 
 *** How to show fringe to vertico-posframe
 #+BEGIN_EXAMPLE

Reply via email to