[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dicom 4a2fb9f090 5/5: Add manual and customize to menu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dicom 4a2fb9f090 5/5: Add manual and customize to menu |
Date: |
Sat, 21 Dec 2024 12:57:54 -0500 (EST) |
branch: externals/dicom
commit 4a2fb9f09078f99f8e03d75a248bdc4caef977b6
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Add manual and customize to menu
---
dicom.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dicom.el b/dicom.el
index 748fc6957f..9d4208ab86 100644
--- a/dicom.el
+++ b/dicom.el
@@ -168,7 +168,10 @@ progress:${percent-pos}%%' %s) & disown"
["Larger" dicom-larger]
["Smaller" dicom-smaller]
["Rotate" dicom-rotate]
- ["Play" dicom-play]))
+ ["Play" dicom-play]
+ "--"
+ ["Manual" (info "(dicom)")]
+ ["Customize" (customize-group 'dicom)]))
(define-derived-mode dicom-mode special-mode "DICOM"
"DICOM mode."