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

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

[elpa] externals/vertico-posframe 790f74b49d: Update README.org


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 790f74b49d: Update README.org
Date: Wed, 4 Jan 2023 18:58:24 -0500 (EST)

branch: externals/vertico-posframe
commit 790f74b49d5309dc2f0e6a438e2e89007d591d07
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Update README.org
---
 README.org | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index bcd4fb6c7b..fe951b0fc8 100644
--- a/README.org
+++ b/README.org
@@ -9,10 +9,10 @@ NOTE: vertico-posframe requires Emacs 26 and do not support 
mouse
 click.
 
 ** How to enable vertico-posframe
-#+BEGIN_EXAMPLE
+#+begin_example
 (require 'vertico-posframe)
 (vertico-posframe-mode 1)
-#+END_EXAMPLE
+#+end_example
 
 ** Tips
 
@@ -38,20 +38,18 @@ vertico-multiform-commands, please do not enable 
vertico-posframe-mode
 globally at the moment. 
 
 *** To conditionally disable posframe
-#+begin_example 
-  (setq vertico-multiform-commands
-        '(
-          (consult-line (:not posframe))
-          (t posframe)
-          ))
+#+begin_example
+(setq vertico-multiform-commands
+      '((consult-line (:not posframe))
+        (t posframe)))
 #+end_example
 
 *** How to show fringe to vertico-posframe
-#+BEGIN_EXAMPLE
+#+begin_example
 (setq vertico-posframe-parameters
       '((left-fringe . 8)
         (right-fringe . 8)))
-#+END_EXAMPLE
+#+end_example
 
 By the way, User can set *any* parameters of vertico-posframe with
 the help of `vertico-posframe-parameters'.



reply via email to

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