Use ivy for fasd completion
This commit is contained in:
parent
985df85f2e
commit
c7b347309f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user