Make image-dired-thumbnail-mode non-interactive
* lisp/image-dired.el (image-dired-thumbnail-mode): No longer interactive, as it only makes sense in a specially prepared buffer.
This commit is contained in:
parent
1d95cef0fe
commit
c9914ba01b
1 changed files with 1 additions and 0 deletions
|
@ -1660,6 +1660,7 @@ You probably want to use this together with
|
|||
special-mode "image-dired-thumbnail"
|
||||
"Browse and manipulate thumbnail images using Dired.
|
||||
Use `image-dired-minor-mode' to get a nice setup."
|
||||
:interactive nil
|
||||
(buffer-disable-undo)
|
||||
(add-hook 'file-name-at-point-functions 'image-dired-file-name-at-point nil t)
|
||||
(setq-local window-resize-pixelwise t)
|
||||
|
|
Loading…
Add table
Reference in a new issue