Add an ivy module

ivy is a modern alternative to ido and is superior to ido in many ways
(especially when you're dealing with a lot of candidates).
This commit is contained in:
Bozhidar Batsov 2017-12-29 22:09:55 +02:00
parent dbabbd6a7d
commit 2bfa877db0
2 changed files with 76 additions and 1 deletions

View file

@ -2,7 +2,8 @@
;; Emacs IRC client
(require 'prelude-erc)
(require 'prelude-ido) ;; Super charges Emacs completion for C-x C-f and more
;; (require 'prelude-ido) ;; Super charges Emacs completion for C-x C-f and more
(require 'prelude-ivy) ;; A mighty modern alternative to ido
;; (require 'prelude-helm) ;; Interface for narrowing and search
;; (require 'prelude-helm-everywhere) ;; Enable Helm everywhere
(require 'prelude-company)