diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-01-23 18:01:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-01-23 18:05:18 +0100 |
| commit | 14c70a5ac60abd2fc66f6526279d0055f495659f (patch) | |
| tree | 1141c37bef065af696a00deeb98fe555538d3bda /lisp/magit-core.el | |
| parent | 9759eb1338e376012f1ea501fe17fe52db92995f (diff) | |
Distribute magit-section.el as a separate package
Diffstat (limited to 'lisp/magit-core.el')
| -rw-r--r-- | lisp/magit-core.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/magit-core.el b/lisp/magit-core.el index ee40655..900f2c5 100644 --- a/lisp/magit-core.el +++ b/lisp/magit-core.el @@ -102,6 +102,8 @@ Each of these options falls into one or more of these categories: (custom-add-to-group 'magit-faces 'git-commit-faces 'custom-group) (custom-add-to-group 'magit-modes 'git-rebase 'custom-group) (custom-add-to-group 'magit-faces 'git-rebase-faces 'custom-group) +(custom-add-to-group 'magit 'magit-section 'custom-group) +(custom-add-to-group 'magit-faces 'magit-section-faces 'custom-group) (custom-add-to-group 'magit-process 'with-editor 'custom-group) (defgroup magit-related nil |
