emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico-posframe 7bb6ebe5ea 1/2: Add conditional posfra


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 7bb6ebe5ea 1/2: Add conditional posframe exmaple
Date: Wed, 4 Jan 2023 17:58:53 -0500 (EST)

branch: externals/vertico-posframe
commit 7bb6ebe5ea56bfac00a78e26c3b9b078fc0215b4
Author: reya <leah.mertz@protonmail.com>
Commit: reya <leah.mertz@protonmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]