branch: externals/dape commit 5fba6b59a68009144be445791246ba354c9bafbd Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Improve customization for dape-info-variable-table-row-config --- dape.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 19b5ff7bd9..4fb052f14c 100644 --- a/dape.el +++ b/dape.el @@ -623,7 +623,12 @@ column. A value of 0 means there is no limit. Additionally, the order the element in the ALIST determines the left-to-right display order of the properties." - :type '(alist :key-type symbol :value-type integer)) + :type '(alist :key-type + (choice (const :tag "Name" name) + (const :tag "Value" value) + (const :tag "Type" type)) + :value-type (choice (const :tag "Full" 0) + (natnum :tag "Width")))) (defcustom dape-info-thread-buffer-locations t "Show file information or library names in threads buffer."