Make fasd actually load if installed
This commit is contained in:
parent
abf78614b2
commit
4e6edf9535
@ -734,10 +734,10 @@
|
|||||||
(replace-regexp "$" " \\\\\\\\" nil beg (point-at-eol))
|
(replace-regexp "$" " \\\\\\\\" nil beg (point-at-eol))
|
||||||
(align beg (point))))))
|
(align beg (point))))))
|
||||||
|
|
||||||
(use-package fasd
|
(use-package fasd :if (package-installed-p 'fasd)
|
||||||
|
:bind ("C-x C-S-f" . fasd-find-file)
|
||||||
|
:init (global-fasd-mode 1)
|
||||||
:config
|
:config
|
||||||
(global-fasd-mode 1)
|
|
||||||
(bind-key "C-x C-S-f" 'fasd-find-file)
|
|
||||||
(setq fasd-enable-initial-prompt nil
|
(setq fasd-enable-initial-prompt nil
|
||||||
fasd-completing-read-function 'ivy-completing-read))
|
fasd-completing-read-function 'ivy-completing-read))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user