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

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

[elpa] externals/ivy-posframe ddaf875 020/195: Add Emacs version require


From: Feng Shu
Subject: [elpa] externals/ivy-posframe ddaf875 020/195: Add Emacs version requirement to README
Date: Sat, 3 Oct 2020 07:11:37 -0400 (EDT)

branch: externals/ivy-posframe
commit ddaf875d5f5a8629ba49731c199e0ca57effd3d8
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Add Emacs version requirement to README
---
 README.md       | 18 ++++++++++--------
 ivy-posframe.el |  2 ++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 2f72949..96fe711 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,28 @@
 
 # &#30446;&#24405;
 
-1.  [ivy-posframe README](#orgeae4edc)
-    1.  [What is ivy-posframe](#org16b85a0)
-    2.  [How to enable ivy-posframe](#org6f59c0a)
-    3.  [How to set the style of ivy-posframe](#orge1fc1e0)
+1.  [ivy-posframe README](#org517c951)
+    1.  [What is ivy-posframe](#org153958a)
+    2.  [How to enable ivy-posframe](#orgfb35379)
+    3.  [How to set the style of ivy-posframe](#orgdd1e7a6)
 
 
-<a id="orgeae4edc"></a>
+<a id="org517c951"></a>
 
 # ivy-posframe README
 
 
-<a id="org16b85a0"></a>
+<a id="org153958a"></a>
 
 ## What is ivy-posframe
 
 ivy-posframe is a ivy extension, which let ivy use posframe
 to show its candidate menu.
 
+NOTE: ivy-posframe requires Emacs 26
 
-<a id="org6f59c0a"></a>
+
+<a id="orgfb35379"></a>
 
 ## How to enable ivy-posframe
 
@@ -38,7 +40,7 @@ to show its candidate menu.
         (push '(t . ivy-posframe-display) ivy-display-functions-alist)
 
 
-<a id="orge1fc1e0"></a>
+<a id="orgdd1e7a6"></a>
 
 ## How to set the style of ivy-posframe
 
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 64de112..0724122 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -32,6 +32,8 @@
 ;; ivy-posframe is a ivy extension, which let ivy use posframe
 ;; to show its candidate menu.
 
+;; NOTE: ivy-posframe requires Emacs 26
+
 ;; ** How to enable ivy-posframe
 ;; 1. Global mode
 ;;    #+BEGIN_EXAMPLE



reply via email to

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