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:
parent
dbabbd6a7d
commit
2bfa877db0
2 changed files with 76 additions and 1 deletions
sample
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue