mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28: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)
|
:type '(float)
|
||||||
:group 'focus)
|
:group 'focus)
|
||||||
|
|
||||||
(defface focus-unfocused-face
|
(defface focus-unfocused
|
||||||
'((t :inherit font-lock-comment-face))
|
'((t :inherit font-lock-comment-face))
|
||||||
"The face that overlays the unfocused area."
|
"The face that overlays the unfocused area."
|
||||||
:group 'focus)
|
:group 'focus)
|
||||||
|
|
||||||
(defface focus-focused-face nil
|
(defface focus-focused nil
|
||||||
"The face that overlays the focused area."
|
"The face that overlays the focused area."
|
||||||
:group 'focus)
|
:group 'focus)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user