[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ivy-posframe 8ad4668 180/195: Update README
From: |
Feng Shu |
Subject: |
[elpa] externals/ivy-posframe 8ad4668 180/195: Update README |
Date: |
Sat, 3 Oct 2020 07:12:09 -0400 (EDT) |
branch: externals/ivy-posframe
commit 8ad466802de90d47992024394ea5f864c1cf0ac1
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>
Update README
---
README.md | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 8551f56..1815e85 100644
--- a/README.md
+++ b/README.md
@@ -3,23 +3,23 @@ Note: this file is auto converted from ivy-posframe.el by
[el2org](https://githu
# 目录
-1. [ivy-posframe README](#org2962756)
- 1. [What is ivy-posframe](#orgaf66256)
- 2. [Display functions](#org73fd3df)
- 3. [How to enable ivy-posframe](#orgd476ad5)
- 1. [Global mode](#org7ed67b1)
- 2. [Per-command mode.](#orgc8f8488)
- 4. [Tips](#org747f108)
- 1. [How to show fringe to ivy-posframe](#orgf898a9e)
- 2. [How to custom your ivy-posframe style](#org2c20ab8)
+1. [ivy-posframe README](#orgce17e19)
+ 1. [What is ivy-posframe](#orgdcfa9f5)
+ 2. [Display functions](#org0fe66fa)
+ 3. [How to enable ivy-posframe](#orgd918c25)
+ 1. [Global mode](#org724949a)
+ 2. [Per-command mode.](#org8e30924)
+ 4. [Tips](#orgf0e22bd)
+ 1. [How to show fringe to ivy-posframe](#org0874911)
+ 2. [How to custom your ivy-posframe style](#orgb04d051)
-<a id="org2962756"></a>
+<a id="orgce17e19"></a>
# ivy-posframe README
-<a id="orgaf66256"></a>
+<a id="orgdcfa9f5"></a>
## What is ivy-posframe
@@ -30,7 +30,7 @@ NOTE: ivy-posframe requires Emacs 26 and do not support mouse
click.
-<a id="org73fd3df"></a>
+<a id="org0fe66fa"></a>
## Display functions
@@ -46,12 +46,12 @@ click.
![img](./snapshots/ivy-posframe-display-at-point.png)
-<a id="orgd476ad5"></a>
+<a id="orgd918c25"></a>
## How to enable ivy-posframe
-<a id="org7ed67b1"></a>
+<a id="org724949a"></a>
### Global mode
@@ -62,10 +62,11 @@ click.
;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-window-center)))
;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-frame-bottom-left)))
;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-window-bottom-left)))
+ ;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-frame-top-center)))
(ivy-posframe-mode 1)
-<a id="orgc8f8488"></a>
+<a id="org8e30924"></a>
### Per-command mode.
@@ -121,12 +122,12 @@ by ivy to find display function in
\`ivy-display-functions-alist',
"C-h v this-command" is a good idea.
-<a id="org747f108"></a>
+<a id="orgf0e22bd"></a>
## Tips
-<a id="orgf898a9e"></a>
+<a id="org0874911"></a>
### How to show fringe to ivy-posframe
@@ -138,7 +139,7 @@ By the way, User can set **any** parameters of ivy-posframe
with
the help of \`ivy-posframe-parameters'.
-<a id="org2c20ab8"></a>
+<a id="orgb04d051"></a>
### How to custom your ivy-posframe style
- [elpa] externals/ivy-posframe 2cac20d 178/195: Hide minibuffer when posframe workable, (continued)
- [elpa] externals/ivy-posframe 2cac20d 178/195: Hide minibuffer when posframe workable, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 97337e3 109/195: fix docstring, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 9b084b7 174/195: Fix Minibuffer hiding does not work #62, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe ce7505d 171/195: Merge pull request #57 from conao3/fix-warning, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe e76565a 140/195: use (ivy-posframe-mode 1), Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 9f6628d 158/195: Add ivy-posframe-size-function #50, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 2f1fdbe 169/195: use mapc instead of mapcar, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe f4e17ae 127/195: remove unneeded configure alist variable, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 057d628 182/195: Fix for prompt line duplicated issue. #71, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 716ce62 105/195: refactoring; using let-environment, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 8ad4668 180/195: Update README,
Feng Shu <=
- [elpa] externals/ivy-posframe 8abcf52 163/195: define defun-advice function, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 0082f43 147/195: add maintainer comment of conao3 at header, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe d5e7314 099/195: move ivy-posframe--add-prompt to advice section, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 80036e7 103/195: define keybind with ivy-posframe-keybind-list, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 52ba5f7 156/195: Merge pull request #49 from tttuuu888/work-list2, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe dbcd5a8 159/195: simplify get next beginning position, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 51d7535 186/195: Remove prompt replication in different approach. #71, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 6545fad 193/195: Fix swiper example, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 2eee01f 166/195: remove unneeded progn, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe fc0a6a7 183/195: Merge pull request #72 from tttuuu888/work-issue-71, Feng Shu, 2020/10/03