branch: externals/vertico-posframe
commit 1428fbc2239e1e696bb155130b95a347bb4df4b4
Merge: a3d0802d7b 7bb6ebe5ea
Author: tumashu <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #25 from bcmertz/main
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