aboutsummaryrefslogtreecommitdiff
path: root/default.mk
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-02-21 18:28:00 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-02-22 14:54:39 +0100
commitf815ea7795ac4c84804c58ed32aff679f8bb410e (patch)
tree4a388a068a945071c2030ab7c5ecc4329fc6e39c /default.mk
parent512d78cb3a15cd4fec8f14eb219462b577e6547d (diff)
Disband magit-imenu.el
Now that the code that was used to support magit-mode-derived modes has mostly evaporated, it is okay to spread the little code that is necessary to support other modes across the respective files.
Diffstat (limited to 'default.mk')
-rw-r--r--default.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.mk b/default.mk
index 479225a..bbfdbbf 100644
--- a/default.mk
+++ b/default.mk
@@ -98,7 +98,6 @@ ELS += magit-gitignore.el
ELS += magit-bundle.el
ELS += magit-extras.el
ELS += git-rebase.el
-ELS += magit-imenu.el
ELS += magit-bookmark.el
ELCS = $(ELS:.el=.elc)
ELMS = magit.el $(filter-out $(addsuffix .el,$(PACKAGES)),$(ELS))