Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ranger.el does not preview images #248

Open
Kito-Ackerman opened this issue Nov 11, 2024 · 0 comments
Open

Ranger.el does not preview images #248

Kito-Ackerman opened this issue Nov 11, 2024 · 0 comments

Comments

@Kito-Ackerman
Copy link

I use ranger.el since a lot and I recently installed arch another time. This time I can't make image preview working but I didn't changed a line since my last config, is this a problem with the newer version of the program?

Here's my config.el for ranger:
`
(require 'ranger)
(setq ranger-override-dired-mode t)
(setq ranger-cleanup-eagerly t)
;; (setq ranger-hide-cursor t)
(setq ranger-show-hidden t)
(setq ranger-modify-header t)
(setq ranger-max-preview-size 1000)
;; (setq ranger-show-literal t)

(setq dired-mouse-drag-files t)

`

PS : I am using emacs 29.4 with the last version on doom emacs installed on top. Thank you all for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant