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
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
With (setq split-width-threshold 0), every time I use peep-dired-next-file or peep-dired-prev-file, peep-dired opens a new window on the right. Would there be a way to fix this without having to set split-width-threshold to something else? Setting it locally for the dired buffer with setq-local doesn't fix the problem.
The text was updated successfully, but these errors were encountered:
What I'm doing is something pretty simple. Here I'm just calling window-buffer.
I really don't have much knowledge what's the best way to do this in Emacs. Maybe it's worth looking in another packages in how they split a frame, like emacs-swoop for example. Hard for me to do this right now since I do not have a lot of free time.
With
(setq split-width-threshold 0)
, every time I usepeep-dired-next-file
orpeep-dired-prev-file
, peep-dired opens a new window on the right. Would there be a way to fix this without having to set split-width-threshold to something else? Setting it locally for the dired buffer with setq-local doesn't fix the problem.The text was updated successfully, but these errors were encountered: