ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

Two groups are used for monky faces #27

Closed tkf closed 12 years ago

tkf commented 12 years ago

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?