Use ivy for fasd completion

This commit is contained in:
Adam Goldsmith 2016-02-29 13:38:18 -05:00
parent 985df85f2e
commit c7b347309f

View File

@ -250,7 +250,8 @@
:config
(global-set-key (kbd "C-x C-S-f") 'fasd-find-file)
(global-fasd-mode 1)
(setq fasd-enable-initial-prompt nil))
(setq fasd-enable-initial-prompt nil
fasd-completing-read-function 'ivy-completing-read))
(use-package yasnippet
:defer