docs(emacs packages/misc): update quick-find-files config

This commit is contained in:
Lucien Cartier-Tilet 2024-01-09 18:57:48 +01:00
parent 508a9795a6
commit ec463ff8fd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -104,23 +104,6 @@ Whats the point of using Emacs if you cant tell everyone?
"Fwd: ")))))
#+end_src
** ~quick-find-files.el~
This package is a small utility package Ive written in order to
quickly find files across my filesystem.
#+begin_src emacs-lisp
(use-package quick-find-files
:defer t
:straight (ivy-quick-find-files :type git
:host github
:repo "phundrak/quick-find-files.el"
:build t)
:custom
(quick-find-files-program 'fd)
(quick-find-files-dirs-and-exts '(("~/org" . "org")
("~/Documents/university" . "org")))
(quick-find-files-fd-additional-options "-L"))
#+end_src
** Keycast
In case I am sharing my screen with people and I want to show which
functions are called on my keystrokes since I dont exactly use
@ -259,6 +242,23 @@ Moreover, inside Emacs?
:defer t)
#+end_src
** quick-find-files
This package is a small utility package Ive written in order to
quickly find files across my filesystem.
#+begin_src emacs-lisp
(use-package quick-find-files
:defer t
:straight (quick-find-files :type git
:host github
:repo "phundrak/quick-find-files.el"
:build t)
:custom
(quick-find-files-program 'fd)
(quick-find-files-dirs '((:dir "~/org" :ext "org" :ignored ("config"))
(:dir "~/org/notes" :ext "md")))
(quick-find-files-fd-additional-options "-L"))
#+end_src
** Winum
Winum allows Emacs to associate windows with a specific number and
navigate through these windows by directly referring to their