emacs-diffs
[Top][All Lists]
Advanced

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

master cc9acda7d3: image-dired: Support the customize-mode command


From: Stefan Kangas
Subject: master cc9acda7d3: image-dired: Support the customize-mode command
Date: Wed, 21 Sep 2022 02:30:07 -0400 (EDT)

branch: master
commit cc9acda7d36ea980af8cc987ab5eb746284bbff0
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    image-dired: Support the customize-mode command
    
    * lisp/image/image-dired.el (image-dired-thumbnail-mode)
    (image-dired-display-image-mode): Add custom group 'image-dired'.
---
 lisp/image/image-dired.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index c2bb874cef..41ed05f191 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -936,6 +936,7 @@ You probably want to use this together with
   "Browse and manipulate thumbnail images using Dired.
 Use `image-dired-minor-mode' to get a nice setup."
   :interactive nil
+  :group 'image-dired
   (buffer-disable-undo)
   (add-hook 'file-name-at-point-functions 'image-dired-file-name-at-point nil 
t)
   (setq-local window-resize-pixelwise t)
@@ -951,6 +952,7 @@ Use `image-dired-minor-mode' to get a nice setup."
   "Mode for displaying and manipulating original image.
 Resized or in full-size."
   :interactive nil
+  :group 'image-dired
   (add-hook 'file-name-at-point-functions #'image-dired-file-name-at-point nil 
t))
 
 



reply via email to

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