mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
Remove magithub and dependencies
Remove apiwrap Remove ghub+ Remove magithub Remove s
This commit is contained in:
parent
043cd94e14
commit
dcb1893fba
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -1,9 +1,6 @@
|
|||||||
[borg]
|
[borg]
|
||||||
pushDefault = locutus
|
pushDefault = locutus
|
||||||
collective = emacsg
|
collective = emacsg
|
||||||
[submodule "apiwrap"]
|
|
||||||
path = lib/apiwrap
|
|
||||||
url = git@github.com:vermiculus/apiwrap.el.git
|
|
||||||
[submodule "auto-compile"]
|
[submodule "auto-compile"]
|
||||||
path = lib/auto-compile
|
path = lib/auto-compile
|
||||||
url = git@github.com:emacscollective/auto-compile.git
|
url = git@github.com:emacscollective/auto-compile.git
|
||||||
@ -30,9 +27,6 @@
|
|||||||
[submodule "ghub"]
|
[submodule "ghub"]
|
||||||
path = lib/ghub
|
path = lib/ghub
|
||||||
url = git@github.com:magit/ghub.git
|
url = git@github.com:magit/ghub.git
|
||||||
[submodule "ghub+"]
|
|
||||||
path = lib/ghub+
|
|
||||||
url = git@github.com:vermiculus/ghub-plus.git
|
|
||||||
[submodule "git-modes"]
|
[submodule "git-modes"]
|
||||||
path = lib/git-modes
|
path = lib/git-modes
|
||||||
url = git@github.com:magit/git-modes.git
|
url = git@github.com:magit/git-modes.git
|
||||||
@ -53,9 +47,6 @@
|
|||||||
[submodule "magit-tbdiff"]
|
[submodule "magit-tbdiff"]
|
||||||
path = lib/magit-tbdiff
|
path = lib/magit-tbdiff
|
||||||
url = git@github.com:magit/magit-tbdiff.git
|
url = git@github.com:magit/magit-tbdiff.git
|
||||||
[submodule "magithub"]
|
|
||||||
path = lib/magithub
|
|
||||||
url = git@github.com:vermiculus/magithub.git
|
|
||||||
[submodule "markdown-mode"]
|
[submodule "markdown-mode"]
|
||||||
path = lib/markdown-mode
|
path = lib/markdown-mode
|
||||||
url = git@github.com:jrblevin/markdown-mode.git
|
url = git@github.com:jrblevin/markdown-mode.git
|
||||||
@ -65,9 +56,6 @@
|
|||||||
[submodule "packed"]
|
[submodule "packed"]
|
||||||
path = lib/packed
|
path = lib/packed
|
||||||
url = git@github.com:emacscollective/packed.git
|
url = git@github.com:emacscollective/packed.git
|
||||||
[submodule "s"]
|
|
||||||
path = lib/s
|
|
||||||
url = git@github.com:magnars/s.el.git
|
|
||||||
[submodule "treepy"]
|
[submodule "treepy"]
|
||||||
path = lib/treepy
|
path = lib/treepy
|
||||||
url = git@github.com:volrath/treepy.el.git
|
url = git@github.com:volrath/treepy.el.git
|
||||||
|
5
init.el
5
init.el
@ -202,11 +202,6 @@
|
|||||||
(magit-wip-after-apply-mode)
|
(magit-wip-after-apply-mode)
|
||||||
(magit-wip-after-save-mode))
|
(magit-wip-after-save-mode))
|
||||||
|
|
||||||
(use-package magithub
|
|
||||||
:after magit
|
|
||||||
:config
|
|
||||||
(magithub-feature-autoinject t))
|
|
||||||
|
|
||||||
(use-package man
|
(use-package man
|
||||||
:defer t
|
:defer t
|
||||||
:config (setq Man-width 80))
|
:config (setq Man-width 80))
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit e4c9c57d6620a788ec8a715ff1bb50542edea3a6
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 51ebffe549286b3c0b0565a373f44f4d64fc57af
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 9d48e74e4ee490ac0e808605b29c01527657af86
|
|
1
lib/s
1
lib/s
@ -1 +0,0 @@
|
|||||||
Subproject commit 03410e6a7a2b11e47e1fea3b7d9899c7df26435e
|
|
Loading…
x
Reference in New Issue
Block a user