[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 01136ba1ac 06/10: Docstring improvments for dape-m
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 01136ba1ac 06/10: Docstring improvments for dape-mime-mode-alist |
Date: |
Fri, 22 Dec 2023 06:57:40 -0500 (EST) |
branch: externals/dape
commit 01136ba1acdd326268ba0ba87b920d2ba8224893
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Docstring improvments for dape-mime-mode-alist
Stolen from Stefan Monnier
---
dape.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index b2492d22b4..b42c4409c5 100644
--- a/dape.el
+++ b/dape.el
@@ -285,7 +285,10 @@ Functions and symbols in configuration:
;; TODO Add more defaults, don't know which adapters support
;; sourceReference
(defcustom dape-mime-mode-alist '(("text/x-lldb.disassembly" . asm-mode))
- "On source request of mime type key open buffer with mode value."
+ "Alist of MIME types vs corresponding major mode functions.
+ Each element should look like (MIME-TYPE . MODE) where
+ MIME-TYPE is a string and MODE is the major mode function to
+ use for buffers of this MIME type."
:type '(alist :key-type string :value-type function))
(defcustom dape-key-prefix "\C-x\C-a"
- [elpa] externals/dape updated (28f43ea21c -> 53560932c3), ELPA Syncer, 2023/12/22
- [elpa] externals/dape d1ab87ffed 01/10: Improve naming of mime alist, ELPA Syncer, 2023/12/22
- [elpa] externals/dape c270ad7e72 03/10: Set dape-buffer-window-arrangement default value, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 615866489c 04/10: Use first thread event as pre selected id, ELPA Syncer, 2023/12/22
- [elpa] externals/dape bfa39d858e 05/10: No reason to block thread selection in info buffer, ELPA Syncer, 2023/12/22
- [elpa] externals/dape bd2a97f949 08/10: Truncate lines in all dape info buffers, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 9dd74fc290 02/10: Add missing dape-configs doc keys, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 86521f705e 07/10: Re introduce dape-debug cleanup, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 282015cf69 09/10: Use symbol for dape--state, ELPA Syncer, 2023/12/22
- [elpa] externals/dape 01136ba1ac 06/10: Docstring improvments for dape-mime-mode-alist,
ELPA Syncer <=
- [elpa] externals/dape 53560932c3 10/10: Bump version to 0.3.0, ELPA Syncer, 2023/12/22