From d5631db0b6f78164e29bef6aa1b4950540c857d7 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Wed, 4 Dec 2019 16:33:56 +0100 Subject: [PATCH] Remove `face`-suffix from faces --- focus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/focus.el b/focus.el index 16690d1..1240a41 100644 --- a/focus.el +++ b/focus.el @@ -59,12 +59,12 @@ Things that are defined include `symbol', `list', `sexp', :type '(float) :group 'focus) -(defface focus-unfocused-face +(defface focus-unfocused '((t :inherit font-lock-comment-face)) "The face that overlays the unfocused area." :group 'focus) -(defface focus-focused-face nil +(defface focus-focused nil "The face that overlays the focused area." :group 'focus)