ivy-read-action-format-function = ivy-hydra-read-action

Makes ivy's C-o dispatching commands easier to see.
This commit is contained in:
Henrik Lissner 2020-12-12 13:45:10 -05:00
parent 144714e7f5
commit c4a0174fe2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -59,6 +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
projectile-completion-system 'ivy
;; don't show recent files in switch-buffer
ivy-use-virtual-buffers nil