mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'layer/magit-directors-cut' into layer/all
This commit is contained in:
2
.dir-locals.el
Normal file
2
.dir-locals.el
Normal file
@@ -0,0 +1,2 @@
|
||||
((git-commit-mode
|
||||
(git-commit-major-mode . git-commit-elisp-text-mode)))
|
||||
15
.gitmodules
vendored
15
.gitmodules
vendored
@@ -1,9 +1,6 @@
|
||||
[borg]
|
||||
pushDefault = locutus
|
||||
collective = emacsg
|
||||
[submodule "apiwrap"]
|
||||
path = lib/apiwrap
|
||||
url = git@github.com:vermiculus/apiwrap.el.git
|
||||
[submodule "auto-compile"]
|
||||
path = lib/auto-compile
|
||||
url = git@github.com:emacscollective/auto-compile.git
|
||||
@@ -33,12 +30,12 @@
|
||||
[submodule "fill-column-indicator"]
|
||||
path = lib/fill-column-indicator
|
||||
url = git@github.com:alpaker/Fill-Column-Indicator.git
|
||||
[submodule "forge"]
|
||||
path = lib/forge
|
||||
url = git@github.com:magit/forge.git
|
||||
[submodule "ghub"]
|
||||
path = lib/ghub
|
||||
url = git@github.com:magit/ghub.git
|
||||
[submodule "ghub+"]
|
||||
path = lib/ghub+
|
||||
url = git@github.com:vermiculus/ghub-plus.git
|
||||
[submodule "git-modes"]
|
||||
path = lib/git-modes
|
||||
url = git@github.com:magit/git-modes.git
|
||||
@@ -65,9 +62,6 @@
|
||||
[submodule "magit-tbdiff"]
|
||||
path = lib/magit-tbdiff
|
||||
url = git@github.com:magit/magit-tbdiff.git
|
||||
[submodule "magithub"]
|
||||
path = lib/magithub
|
||||
url = git@github.com:vermiculus/magithub.git
|
||||
[submodule "markdown-mode"]
|
||||
path = lib/markdown-mode
|
||||
url = git@github.com:jrblevin/markdown-mode.git
|
||||
@@ -101,9 +95,6 @@
|
||||
[submodule "rainbow-mode"]
|
||||
path = lib/rainbow-mode
|
||||
url = git@github.com:emacsmirror/rainbow-mode.git
|
||||
[submodule "s"]
|
||||
path = lib/s
|
||||
url = git@github.com:magnars/s.el.git
|
||||
[submodule "treepy"]
|
||||
path = lib/treepy
|
||||
url = git@github.com:volrath/treepy.el.git
|
||||
|
||||
16
init.el
16
init.el
@@ -81,6 +81,9 @@
|
||||
(global-diff-hl-mode)
|
||||
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
|
||||
|
||||
(use-package diff-hl-flydiff
|
||||
:config (diff-hl-flydiff-mode))
|
||||
|
||||
(use-package dim-autoload
|
||||
:config (global-dim-autoload-cookies-mode))
|
||||
|
||||
@@ -103,6 +106,9 @@
|
||||
(add-hook 'emacs-lisp-mode-hook 'fci-mode)
|
||||
(add-hook 'git-commit-setup-hook 'fci-mode))
|
||||
|
||||
(use-package forge
|
||||
:after magit)
|
||||
|
||||
(use-package git-commit
|
||||
:defer t
|
||||
:config
|
||||
@@ -215,15 +221,7 @@
|
||||
|
||||
(use-package magit-wip
|
||||
:after magit
|
||||
:config
|
||||
(magit-wip-before-change-mode)
|
||||
(magit-wip-after-apply-mode)
|
||||
(magit-wip-after-save-mode))
|
||||
|
||||
(use-package magithub
|
||||
:after magit
|
||||
:config
|
||||
(magithub-feature-autoinject t))
|
||||
:config (magit-wip-mode))
|
||||
|
||||
(use-package man
|
||||
:defer t
|
||||
|
||||
Submodule lib/apiwrap deleted from e4c9c57d66
1
lib/forge
Submodule
1
lib/forge
Submodule
Submodule lib/forge added at fd33db0bc7
Submodule lib/ghub+ deleted from 51ebffe549
Submodule lib/magithub deleted from 9d48e74e4e
1
lib/s
1
lib/s
Submodule lib/s deleted from 03410e6a7a
Reference in New Issue
Block a user