docs(emacs/misc): Switch ivy-quick-find-files to quick-find-files
This commit is contained in:
parent
58769bb898
commit
244adf1972
@ -104,21 +104,22 @@ What’s the point of using Emacs if you can’t tell everyone?
|
|||||||
"Fwd: ")))))
|
"Fwd: ")))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** ~ivy-quick-find-files.el~
|
** ~quick-find-files.el~
|
||||||
This package is a small utility package I’ve written in order to
|
This package is a small utility package I’ve written in order to
|
||||||
quickly find files across my filesystem.
|
quickly find files across my filesystem.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ivy-quick-find-files
|
(use-package quick-find-files
|
||||||
:defer t
|
:defer t
|
||||||
:straight (ivy-quick-find-files :type git
|
:straight (ivy-quick-find-files :type git
|
||||||
:host github
|
:host github
|
||||||
:repo "phundrak/ivy-quick-find-files.el"
|
:repo "phundrak/quick-find-files.el"
|
||||||
:build t)
|
:build t)
|
||||||
:config
|
:config
|
||||||
(setq ivy-quick-find-files-program 'fd
|
(setq quick-find-files-program 'fd
|
||||||
ivy-quick-find-files-dirs-and-exts '(("~/org" . "org")
|
quick-find-files-dirs-and-exts '(("~/org" . "org")
|
||||||
("~/Documents/university" . "org"))
|
("~/org/config/docs" . "org")
|
||||||
ivy-quick-find-files-fd-additional-options "-L"))
|
("~/Documents/university" . "org"))
|
||||||
|
quick-find-files-fd-additional-options "-L"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Keycast
|
** Keycast
|
||||||
|
Loading…
Reference in New Issue
Block a user