mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
emacs: info: Add 'guix-info-heading' face.
* emacs/guix-info.el (guix-info-heading): New face. (guix-package-info-heading): Inherit it.
This commit is contained in:
parent
e15fcdd149
commit
d84018b5b1
1 changed files with 7 additions and 2 deletions
|
@ -38,6 +38,12 @@
|
|||
:group 'guix-info
|
||||
:group 'guix-faces)
|
||||
|
||||
(defface guix-info-heading
|
||||
'((((type tty pc) (class color)) :weight bold)
|
||||
(t :height 1.6 :weight bold :inherit variable-pitch))
|
||||
"Face for headings."
|
||||
:group 'guix-info-faces)
|
||||
|
||||
(defface guix-info-param-title
|
||||
'((t :inherit font-lock-type-face))
|
||||
"Face used for titles of parameters."
|
||||
|
@ -416,8 +422,7 @@ See `insert-text-button' for the meaning of PROPERTIES."
|
|||
:required (id installed non-unique))
|
||||
|
||||
(defface guix-package-info-heading
|
||||
'((((type tty pc) (class color)) :weight bold)
|
||||
(t :height 1.6 :weight bold :inherit variable-pitch))
|
||||
'((t :inherit guix-info-heading))
|
||||
"Face for package name and version headings."
|
||||
:group 'guix-package-info-faces)
|
||||
|
||||
|
|
Loading…
Reference in a new issue