[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
- [elpa] externals/ivy-posframe d539ac2 195/195: version 0.2.0, (continued)
- [elpa] externals/ivy-posframe d539ac2 195/195: version 0.2.0, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe 76456e6 149/195: Merge pull request #46 from tttuuu888/work, Feng Shu, 2020/10/03
- [elpa] externals/ivy-posframe fd1e40a 113/195: change variable name, Feng Shu, 2020/10/03
- [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 <=
- [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, 2020/10/03
- [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