mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
Merge branch 'master' into layer/essentials
This commit is contained in:
commit
4dba803b53
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -30,6 +30,9 @@
|
||||
[submodule "git-modes"]
|
||||
path = lib/git-modes
|
||||
url = git@github.com:magit/git-modes.git
|
||||
[submodule "graphql"]
|
||||
path = lib/graphql
|
||||
url = git@github.com:vermiculus/graphql.el.git
|
||||
[submodule "magit"]
|
||||
path = lib/magit
|
||||
url = git@github.com:magit/magit.git
|
||||
@ -47,6 +50,9 @@
|
||||
[submodule "packed"]
|
||||
path = lib/packed
|
||||
url = git@github.com:emacscollective/packed.git
|
||||
[submodule "treepy"]
|
||||
path = lib/treepy
|
||||
url = git@github.com:volrath/treepy.el.git
|
||||
[submodule "undo-tree"]
|
||||
path = lib/undo-tree
|
||||
url = git@github.com:emacsorphanage/undo-tree.git
|
||||
|
4
init.el
4
init.el
@ -39,9 +39,7 @@
|
||||
(setq auto-compile-mode-line-counter t)
|
||||
(setq auto-compile-source-recreate-deletes-dest t)
|
||||
(setq auto-compile-toggle-deletes-nonlib-dest t)
|
||||
(setq auto-compile-update-autoloads t)
|
||||
(add-hook 'auto-compile-inhibit-compile-hook
|
||||
'auto-compile-inhibit-compile-detached-git-head))
|
||||
(setq auto-compile-update-autoloads t))
|
||||
|
||||
(use-package no-littering)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6ce4255ab9a0b010ef8414c5bd9a6d6d9eea012f
|
||||
Subproject commit bed783e7a85d5812cf1cb3f39c40ba718e015be6
|
@ -1 +1 @@
|
||||
Subproject commit 069a92590000269a9a5b0b7aebbae9595675a59c
|
||||
Subproject commit 2cddce48d472111f178da84d44656f92012aa64b
|
2
lib/epkg
2
lib/epkg
@ -1 +1 @@
|
||||
Subproject commit c42bc98a711ffa8d2a7b9096b563ac0edb0b9bf3
|
||||
Subproject commit d9e1dd216b4bbe86686b1656dbdccef508301f7d
|
2
lib/ghub
2
lib/ghub
@ -1 +1 @@
|
||||
Subproject commit 53e2e29308a70968be4eda0ff640dc7b538205a6
|
||||
Subproject commit b04c7d9a3318316ef67a5d360582d990dc9f6098
|
1
lib/graphql
Submodule
1
lib/graphql
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e2b309689f4faf9225f290080f836e988c5a576d
|
@ -1 +1 @@
|
||||
Subproject commit a2b3184a483c67ca4ad85c63af02c6524588888d
|
||||
Subproject commit 4e57537694e2758a4287973168e4f0d432ad1ae9
|
1
lib/treepy
Submodule
1
lib/treepy
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d
|
Loading…
x
Reference in New Issue
Block a user