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

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

[elpa] master dcec964 211/348: ivy.el (ivy-magic-tilde): Fix type


From: Oleh Krehel
Subject: [elpa] master dcec964 211/348: ivy.el (ivy-magic-tilde): Fix type
Date: Sat, 8 Apr 2017 11:03:58 -0400 (EDT)

branch: master
commit dcec964a6f09ccc1d51c645992b8be2797a8475f
Author: fabacino <address@hidden>
Commit: fabacino <address@hidden>

    ivy.el (ivy-magic-tilde): Fix type
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 3dbf887..5d83097 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2199,7 +2199,7 @@ If SUBEXP is nil, the text properties are applied to the 
whole match."
 (defcustom ivy-magic-tilde t
   "When non-nil, ~ will move home when selecting files.
 Otherwise, ~/ will move home."
-  :type boolean)
+  :type 'boolean)
 
 (defun ivy--exhibit ()
   "Insert Ivy completions display.



reply via email to

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