Use ivy for fasd completion
This commit is contained in:
parent
985df85f2e
commit
c7b347309f
@ -250,7 +250,8 @@
|
|||||||
:config
|
:config
|
||||||
(global-set-key (kbd "C-x C-S-f") 'fasd-find-file)
|
(global-set-key (kbd "C-x C-S-f") 'fasd-find-file)
|
||||||
(global-fasd-mode 1)
|
(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
|
(use-package yasnippet
|
||||||
:defer
|
:defer
|
||||||
|
Loading…
Reference in New Issue
Block a user