mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Add a new `vtable' face
* doc/misc/vtable.texi (Introduction): Document it. * lisp/emacs-lisp/vtable.el (vtable): Add a new face.
This commit is contained in:
parent
10c675b960
commit
6c3869a104
2 changed files with 13 additions and 7 deletions
|
|
@ -28,6 +28,12 @@
|
|||
(require 'text-property-search)
|
||||
(require 'mule-util)
|
||||
|
||||
(defface vtable
|
||||
'((t :inherit variable-pitch))
|
||||
"Face used (by default) for vtables."
|
||||
:version "29.1"
|
||||
:group 'faces)
|
||||
|
||||
(cl-defstruct vtable-column
|
||||
"A vtable column."
|
||||
name
|
||||
|
|
@ -79,7 +85,7 @@
|
|||
formatter
|
||||
displayer
|
||||
(use-header-line t)
|
||||
(face 'variable-pitch)
|
||||
(face 'vtable)
|
||||
actions keymap
|
||||
(separator-width 1)
|
||||
sort-by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue