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

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

[elpa] master 2be454c 104/348: Remove ivy-height from the example config


From: Oleh Krehel
Subject: [elpa] master 2be454c 104/348: Remove ivy-height from the example configuration.
Date: Sat, 8 Apr 2017 11:03:37 -0400 (EDT)

branch: master
commit 2be454cc6177a1b7c30b0684e18fdecc9e1aa1ea
Author: Wilfred Hughes <address@hidden>
Commit: Wilfred Hughes <address@hidden>

    Remove ivy-height from the example configuration.
    
    This is the default value, so new users don't benefit from setting it.
---
 doc/ivy.org  | 1 -
 doc/ivy.texi | 1 -
 2 files changed, 2 deletions(-)

diff --git a/doc/ivy.org b/doc/ivy.org
index 2b0048f..c414638 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -214,7 +214,6 @@ Here are some basic settings particularly useful for new 
Ivy users:
 
 #+begin_src elisp
 (setq ivy-use-virtual-buffers t)
-(setq ivy-height 10)
 (setq ivy-count-format "(%d/%d) ")
 #+end_src
 
diff --git a/doc/ivy.texi b/doc/ivy.texi
index 058bee2..e6a6230 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -311,7 +311,6 @@ Here are some basic settings particularly useful for new 
Ivy users:
 
 @lisp
 (setq ivy-use-virtual-buffers t)
-(setq ivy-height 10)
 (setq ivy-count-format "(%d/%d) ")
 @end lisp
 



reply via email to

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