emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a1e1150: image-dired: Set window-resize-pixelwise to t


From: Stefan Kangas
Subject: master a1e1150: image-dired: Set window-resize-pixelwise to t
Date: Mon, 8 Nov 2021 00:22:39 -0500 (EST)

branch: master
commit a1e11502d6c816f8bd577f9ef7c3786cf3ef76c9
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    image-dired: Set window-resize-pixelwise to t
    
    * lisp/image-dired.el (image-dired-thumbnail-mode): Set
    'window-resize-pixelwise' to t.
---
 lisp/image-dired.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 76e84f1..b67e1e7 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]