Make `group' widgets prettier in Customize
* lisp/wid-edit.el (group): Make the ":" invisible so that the buffer looks prettier (bug#52143). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
0d2f184a11
commit
f0eba4ea5e
1 changed files with 2 additions and 1 deletions
|
@ -2968,7 +2968,8 @@ Save CHILD into the :last-deleted list, so it can be inserted later."
|
|||
"A widget which groups other widgets inside."
|
||||
:convert-widget 'widget-types-convert-widget
|
||||
:copy 'widget-types-copy
|
||||
:format ":\n%v"
|
||||
:format (concat (propertize ":" 'display "")
|
||||
"\n%v")
|
||||
:value-create 'widget-group-value-create
|
||||
:value-get 'widget-editable-list-value-get
|
||||
:default-get 'widget-group-default-get
|
||||
|
|
Loading…
Add table
Reference in a new issue