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
|
@ -344,9 +344,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
||||||
|
|
||||||
;; Expand the minibuffer to fit multi-line text displayed in the echo-area. This
|
;; Expand the minibuffer to fit multi-line text displayed in the echo-area. This
|
||||||
;; doesn't look too great with direnv, however...
|
;; doesn't look too great with direnv, however...
|
||||||
(setq resize-mini-windows 'grow-only
|
(setq resize-mini-windows 'grow-only)
|
||||||
;; But don't let the minibuffer grow beyond this size
|
|
||||||
max-mini-window-height 0.15)
|
|
||||||
|
|
||||||
;; Typing yes/no is obnoxious when y/n will do
|
;; Typing yes/no is obnoxious when y/n will do
|
||||||
(fset #'yes-or-no-p #'y-or-n-p)
|
(fset #'yes-or-no-p #'y-or-n-p)
|
||||||
|
|
|
@ -59,7 +59,7 @@ results buffer.")
|
||||||
(setq ivy-height 17
|
(setq ivy-height 17
|
||||||
ivy-wrap t
|
ivy-wrap t
|
||||||
ivy-fixed-height-minibuffer 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
|
projectile-completion-system 'ivy
|
||||||
;; don't show recent files in switch-buffer
|
;; don't show recent files in switch-buffer
|
||||||
ivy-use-virtual-buffers nil
|
ivy-use-virtual-buffers nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue