Fork me on GitHub
#emacs
<
2016-07-28
>
roberto14:07:31

I’m using vanilla emacs, and I’d like to “expand the minibuffer”. It is kind of annoying, especially when searching for a file in a directory and the list is truncated, or when typing a command to run and the list is truncated, but I can’t remember the name and would like to scroll through the list.

radon14:07:39

I couldn’t live without helm-projectile.

roberto14:07:45

cool, thanks

radon14:07:37

My init-file is at https://github.com/raxod502/dotfiles/blob/master/.emacs.d/init.el. You can search for “helm” to see how I’ve set things up, if you would like.

roberto15:07:48

helm-projecticle is nice

roberto15:07:08

but my mini-buffer is still tiny for other things 😞

radon15:07:39

(helm-mode 1)

radon15:07:02

Plus there’s helm-M-x, although I use helm-smex personally.

dpsutton15:07:10

can you try setting a max height and resize-mini-windows to nil?

roberto15:07:19

setting those variables doesn’t work for me