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

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

[elpa] externals/ivy-posframe f4e17ae 127/195: remove unneeded configure


From: Feng Shu
Subject: [elpa] externals/ivy-posframe f4e17ae 127/195: remove unneeded configure alist variable
Date: Sat, 3 Oct 2020 07:11:59 -0400 (EDT)

branch: externals/ivy-posframe
commit f4e17ae75de16633776518ef2cc29532960218b3
Author: conao3 <conao3@gmail.com>
Commit: conao3 <conao3@gmail.com>

    remove unneeded configure alist variable
---
 ivy-posframe.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 879908c..1dd4285 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -184,14 +184,6 @@ When 0, no border is showed."
   :group 'ivy-posframe
   :type 'string)
 
-(defcustom ivy-posframe-configure-alist
-  `(,@(when ivy-posframe-height
-        `(ivy-height-alist . ((t . ,ivy-posframe-height))))
-    (ivy-display-functions-alist . ((t . ivy-posframe-display))))
-  "The ivy configuration alist."
-  :group 'ivy-posframe
-  :type 'sexp)
-
 (defcustom ivy-posframe-height-alist nil
   "The `ivy-height-alist' while working ivy-posframe."
   :group 'ivy-posframe



reply via email to

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