protesilaos / dired-preview

Automatically preview file at point in Emacs Dired.
GNU General Public License v3.0
57 stars 2 forks source link

Not working under Evil mode #10

Closed AnabasisXu closed 8 months ago

AnabasisXu commented 8 months ago

Hi Prot! Under Evil mode, dired-preview will only work on the first file, but not for the rest.

When I switch to Emacs mode with C-z, it works fine.

It seems that I need to figure some configure something about evil mode related packages in the following list:

Minor modes enabled in this buffer: All-The-Icons-Dired Better-Jumper-Local
Dired-Hide-Details Dired-Preview Evil-Collection-Unimpaired Evil-Local Evil-Matchit
Evil-Surround Font-Lock Read-Only Subword
forcol commented 8 months ago

Dired-preview works well with Evil mode for me. You might want to consider adjusting the dired-preview-delay to 0.01 or any other number that suits your preferences.

AnabasisXu commented 8 months ago

Thank you Prot! Changing dired-preview-delay to 0.01 worked for me.