From: Stefan Kangas Date: Mon, 8 Nov 2021 05:20:21 +0000 (+0100) Subject: image-dired: Set window-resize-pixelwise to t X-Git-Tag: emacs-29.0.90~3671^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1e11502d6c816f8bd577f9ef7c3786cf3ef76c9;p=emacs.git image-dired: Set window-resize-pixelwise to t * lisp/image-dired.el (image-dired-thumbnail-mode): Set 'window-resize-pixelwise' to t. --- diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 76e84f13f34..b67e1e7888f 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -1649,6 +1649,7 @@ You probably want to use this together with Use `image-dired-minor-mode' to get a nice setup." (buffer-disable-undo) (add-hook 'file-name-at-point-functions 'image-dired-file-name-at-point nil t) + (setq-local window-resize-pixelwise t) (setq-local bookmark-make-record-function #'image-dired-bookmark-make-record) ;; Use approximately as much vertical spacing as horizontal. (setq-local line-spacing (frame-char-width)))