You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: