Fix #4427: ivy-read-action-format-function = ivy-read-action-format-columns
And remove max-mini-window-height, which interferes with ivy's own minibuffer resizing logic, and isn't a terribly helpful default anyway.
This commit is contained in:
parent
bd5deb1edc
commit
65416ff472
2 changed files with 2 additions and 4 deletions
|
@ -59,7 +59,7 @@ results buffer.")
|
|||
(setq ivy-height 17
|
||||
ivy-wrap t
|
||||
ivy-fixed-height-minibuffer t
|
||||
ivy-read-action-format-function #'ivy-hydra-read-action
|
||||
ivy-read-action-format-function #'ivy-read-action-format-columns
|
||||
projectile-completion-system 'ivy
|
||||
;; don't show recent files in switch-buffer
|
||||
ivy-use-virtual-buffers nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue