From 4790db6448cad4886725f456e920392bf66b18c2 Mon Sep 17 00:00:00 2001 From: Ajai Nelson <22969541+AjaiKN@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:59:15 -0400 Subject: [PATCH] fix(dired): typo in command name ` o p` is bound to `+dired/dirvish-side-and-follow`, but the command was previously called `+dired/dirvish-side-or-follow` instead. --- modules/emacs/dired/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/emacs/dired/autoload.el b/modules/emacs/dired/autoload.el index c2009ecbf..4e64d2174 100644 --- a/modules/emacs/dired/autoload.el +++ b/modules/emacs/dired/autoload.el @@ -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.