branch: master
commit 2be454cc6177a1b7c30b0684e18fdecc9e1aa1ea
Author: Wilfred Hughes <[email protected]>
Commit: Wilfred Hughes <[email protected]>
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