Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
To reflect the latest change in helm-autoresize-mode.
  • Loading branch information
tuhdo committed Jan 5, 2015
1 parent 9dee675 commit c10672f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You can customize the minimum and maximum height that Helm can resize with these
- `helm-autoresize-max-height`
- `helm-autoresize-min-height`

By default, `helm-autoresize-max-height` is set to 20, which Helm candidate buffer has the maximum height of 20 lines. Note that the top two lines are used by Helm and one line is used for the modeline at the bottom, so that only 17 candidates can be displayed. Similarly, `helm-autoresize-min-height` specifies the minimum height that Helm candidate buffer cannot be smaller.
By default, `helm-autoresize-max-height` is set to 40, which makes Helm candidate buffer has the maximum height of 40% of current frame height. Similarly, `helm-autoresize-min-height` specifies the minimum height that Helm candidate buffer cannot be smaller.

If you don't want the Helm window to be resized, but a smaller Helm window, you can set `helm-autoresize-max-height` equal to `helm-autoresize-max-height`.

Expand Down

0 comments on commit c10672f

Please sign in to comment.