ananthakumaran/monky

Two groups are used for monky faces

Closed this issue · 0 comments

tkf commented

This is an example from the code.

(defface monky-section-title
  '((t :weight bold :inherit monky-header))
  "Face for section titles."
  :group 'monky-faces)

(defface monky-branch
  '((t :weight bold :inherit monky-header))
  "Face for the current branch."
  :group 'monky)

Are there any reason for this? Or it must be fixed so that all the faces are in monky-faces group?