mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'master' into layer/cosmetics
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -42,6 +42,7 @@
|
|||||||
[submodule "magit"]
|
[submodule "magit"]
|
||||||
path = lib/magit
|
path = lib/magit
|
||||||
url = git@github.com:magit/magit.git
|
url = git@github.com:magit/magit.git
|
||||||
|
recursive-byte-compile = true
|
||||||
info-path = Documentation
|
info-path = Documentation
|
||||||
[submodule "magit-popup"]
|
[submodule "magit-popup"]
|
||||||
path = lib/magit-popup
|
path = lib/magit-popup
|
||||||
|
|||||||
5
init.el
5
init.el
@@ -30,11 +30,6 @@
|
|||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(setq use-package-verbose t))
|
(setq use-package-verbose t))
|
||||||
|
|
||||||
(use-package subr-x
|
|
||||||
:config
|
|
||||||
(put 'if-let 'byte-obsolete-info nil)
|
|
||||||
(put 'when-let 'byte-obsolete-info nil))
|
|
||||||
|
|
||||||
(use-package auto-compile
|
(use-package auto-compile
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
|
|||||||
2
lib/borg
2
lib/borg
Submodule lib/borg updated: d386e9e9bd...3debf915fb
Submodule lib/closql updated: 1e8a710349...db22efccdd
2
lib/epkg
2
lib/epkg
Submodule lib/epkg updated: 432312b958...81b1a33b56
2
lib/ghub
2
lib/ghub
Submodule lib/ghub updated: 4831933da0...ebab22e345
Submodule lib/magit updated: 66d9558f4f...3989900540
Submodule lib/magit-popup updated: 60ff82ac7a...e2060ccb31
Submodule lib/use-package updated: d3ace722ea...60c81caac1
Submodule lib/with-editor updated: ad5bb005ed...fb9fdde14e
Reference in New Issue
Block a user