fix(dired): typo in command name

`<leader> o p` is bound to `+dired/dirvish-side-and-follow`, but the
command was previously called `+dired/dirvish-side-or-follow` instead.
This commit is contained in:
Ajai Nelson 2024-09-10 17:59:15 -04:00 committed by Henrik Lissner
parent a022e55c08
commit 4790db6448

View file

@ -15,7 +15,7 @@
(dired-git-info-mode 1)))
;;;###autoload
(defun +dired/dirvish-side-or-follow (&optional arg)
(defun +dired/dirvish-side-and-follow (&optional arg)
"Open `dirvish-side' then find the currently focused file.
If dirvish is already open, remotely jump to the file in Dirvish.