remove fzf
This commit is contained in:
parent
235d52db20
commit
677ed2df6d
6
init.el
6
init.el
@ -282,10 +282,6 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(setq counsel-find-file-at-point t)
|
(setq counsel-find-file-at-point t)
|
||||||
|
|
||||||
(defun user-ivy-switch-file-search ()
|
|
||||||
(interactive)
|
|
||||||
(ivy-quit-and-run (counsel-fzf nil ivy--directory)))
|
|
||||||
:bind
|
:bind
|
||||||
(("C-s" . counsel-grep-or-swiper)
|
(("C-s" . counsel-grep-or-swiper)
|
||||||
("M-x" . counsel-M-x)
|
("M-x" . counsel-M-x)
|
||||||
@ -295,8 +291,6 @@
|
|||||||
("C-h v" . counsel-describe-variable)
|
("C-h v" . counsel-describe-variable)
|
||||||
("C-c c u" . counsel-unicode-char)
|
("C-c c u" . counsel-unicode-char)
|
||||||
("C-c c o" . counsel-outline))
|
("C-c c o" . counsel-outline))
|
||||||
(:map ivy-minibuffer-map
|
|
||||||
("M-s r" . user-ivy-switch-file-search))
|
|
||||||
:config
|
:config
|
||||||
(defalias '/unicode 'counsel-unicode-char))
|
(defalias '/unicode 'counsel-unicode-char))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user