emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dired-preview b3cf4dcba6 1/3: Solve the issue where ent


From: ELPA Syncer
Subject: [elpa] externals/dired-preview b3cf4dcba6 1/3: Solve the issue where entering a directory does not preview the file at point.
Date: Sat, 16 Sep 2023 12:57:54 -0400 (EDT)

branch: externals/dired-preview
commit b3cf4dcba6afba596eaaf212183c82192e4ecd46
Author: Nofint <asd1693917780@163.com>
Commit: Nofint <asd1693917780@163.com>

    Solve the issue where entering a directory does not preview the file at 
point.
---
 dired-preview.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-preview.el b/dired-preview.el
index e35becfc02..015894c649 100644
--- a/dired-preview.el
+++ b/dired-preview.el
@@ -248,7 +248,7 @@ aforementioned user option."
       (,(plist-get properties :dimension) . ,(plist-get properties :size)))))
 
 (defvar dired-preview-trigger-commands
-  '(dired-next-line dired-previous-line dired-mark dired-goto-file)
+  '(dired-next-line dired-previous-line dired-mark dired-goto-file 
dired-find-file dired dired-jump)
   "List of Dired commands that trigger a preview.")
 
 (defvar dired-preview--timer nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]