chore(emacs/lean-server): put face into lean group for customization
This commit is contained in:
parent
be6b81db07
commit
bf20be51d5
1 changed files with 2 additions and 2 deletions
|
|
@ -206,8 +206,8 @@
|
|||
(((class color) (background dark))
|
||||
:background "salmon4")
|
||||
(t :inverse-video t))
|
||||
"Face to highlight running Lean tasks."
|
||||
:group 'lean-server-faces)
|
||||
"Face to highlight pending Lean tasks."
|
||||
:group 'lean)
|
||||
|
||||
(defun lean-server-update-task-overlays (&optional buf)
|
||||
(dolist (ov lean-server-task-overlays) (delete-overlay ov))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue