branch: externals/dired-preview commit 24bf5bce791133d489b469b13f96f6bb7ce76715 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add FIXME for dired-preview-display-action-alist-dwim --- dired-preview.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dired-preview.el b/dired-preview.el index a5cc28de0b..e5843b75f9 100644 --- a/dired-preview.el +++ b/dired-preview.el @@ -202,6 +202,9 @@ checked against `split-width-threshold' or Return a `display-buffer' action alist, as described in the aforementioned user option." (let ((properties (dired-preview-display-action-side))) + ;; FIXME 2023-07-05: This can distort the size of the Dired + ;; window, making it difficult to see what the next file on the + ;; list is. `((display-buffer-in-direction) (direction . ,(plist-get properties :side)) (,(plist-get properties :dimension) . ,(plist-get properties :size))