chore(emacs/lean-server): put face into lean group for customization

This commit is contained in:
Gabriel Ebner 2017-01-18 14:36:12 +01:00 committed by Leonardo de Moura
parent be6b81db07
commit bf20be51d5

View file

@ -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))