Skip to content

Instantly share code, notes, and snippets.

@bjbishop
Created August 24, 2016 03:05
Show Gist options
  • Save bjbishop/0be8e4cb4265482d0cf80d8dea694d42 to your computer and use it in GitHub Desktop.
Save bjbishop/0be8e4cb4265482d0cf80d8dea694d42 to your computer and use it in GitHub Desktop.
Ivy settings
(setq magit-completing-read-function 'ivy-completing-read)
(setq ivy-use-virtual-buffers t)
(setq ivy-height 10)
(setq ivy-count-format "(%d/%d) ")
(setq projectile-completion-system 'ivy)
(use-package ivy-hydra
:ensure t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment