mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 11:38:32 +00:00
Remove face
-suffix from faces
This commit is contained in:
parent
246eaeb8d1
commit
d5631db0b6
4
focus.el
4
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user