aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-core.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-10-22 21:26:24 +0200
committerJonas Bernoulli <jonas@bernoul.li>2019-02-14 20:17:36 +0100
commit9ab76b65248296d4d8a38f379114c93bf9f9c6b3 (patch)
treea52a0f3c54ac37c96fa78244ca2344527205c9bf /lisp/magit-core.el
parentdde9a5b77a483fa35d932aecd22c1a4c954ce77e (diff)
No longer depend on magit-popup
All popup commands have been converted to transient command.
Diffstat (limited to 'lisp/magit-core.el')
-rw-r--r--lisp/magit-core.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/magit-core.el b/lisp/magit-core.el
index 9308517..f9bf336 100644
--- a/lisp/magit-core.el
+++ b/lisp/magit-core.el
@@ -102,8 +102,6 @@ are enabled by default by the popup `magit-NAME-popup'."
"Extensions to Magit."
:group 'magit)
-(custom-add-to-group 'magit-modes 'magit-popup 'custom-group)
-(custom-add-to-group 'magit-faces 'magit-popup-faces 'custom-group)
(custom-add-to-group 'magit-modes 'git-commit 'custom-group)
(custom-add-to-group 'magit-faces 'git-commit-faces 'custom-group)
(custom-add-to-group 'magit-modes 'git-rebase 'custom-group)