branch: externals/boxy-headings commit 3d0de95dbad26196dfb93e359603a75c21680b58 Author: Amy Grinn <grinn....@gmail.com> Commit: Amy Grinn <grinn....@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 e654831c64..6893f2bd11 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