[Emacs] Add keybind for dirvish-dispatch, and some doc

This commit is contained in:
2022-08-14 13:14:44 +02:00
parent 582178a906
commit 897499394b

View File

@@ -3190,6 +3190,7 @@ obsolete!
:keymaps 'dirvish-mode-map
:packages '(dired dirvish)
"a" #'dirvish-quick-access
"d" #'dirvish-dispatch
"e" #'dirvish-emerge-menu
"f" #'dirvish-fd-jump
"F" #'dirvish-file-info-menu
@@ -3208,6 +3209,12 @@ obsolete!
"n" #'dirvish-narrow))
#+end_src
It requires some programs which can be installed like so:
#+begin_src sh :dir /sudo::~/ :exports code :tangle no :results verbatim
pacman -S --needed --noprogressbar --noconfirm --color=never \
fd poppler ffmpegthumbnailer mediainfo imagemagick tar unzip
#+end_src
Since Emacs 29, it is possible to enable drag-and-drop between Emacs
and other applications.
#+name: dired-drag-and-drop