branch: externals/boxy-headlines
commit e07a175940cf002da5de7359a891f5ff6a83ac09
Author: Tyler Grinn <tylergr...@gmail.com>
Commit: Tyler Grinn <tylergr...@gmail.com>

    Typo in deffaces
---
 boxy-headlines.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/boxy-headlines.el b/boxy-headlines.el
index e654831..6893f2b 100644
--- a/boxy-headlines.el
+++ b/boxy-headlines.el
@@ -111,11 +111,11 @@
 
 (defface boxy-headlines-default nil
   "Default face used in boxy mode."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (defface boxy-headlines-primary nil
   "Face for highlighting the name of a box."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-primary
@@ -125,7 +125,7 @@
 
 (defface boxy-headlines-selected nil
   "Face for the current box border under cursor."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-selected
@@ -134,7 +134,7 @@
 
 (defface boxy-headlines-rel nil
   "Face for the box which is related to the box under the cursor."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-rel
@@ -143,7 +143,7 @@
 
 (defface boxy-headlines-tooltip nil
   "Face for tooltips in a boxy diagram."
-  :group 'boxy)
+  :group 'boxy-headlines)
 
 (face-spec-set
  'boxy-headlines-tooltip

Reply via email to