mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'master' into drone/lua-mode
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -37,6 +37,7 @@
|
||||
[submodule "magit"]
|
||||
path = lib/magit
|
||||
url = git@github.com:magit/magit.git
|
||||
recursive-byte-compile = true
|
||||
info-path = Documentation
|
||||
[submodule "magit-popup"]
|
||||
path = lib/magit-popup
|
||||
|
||||
5
init.el
5
init.el
@@ -30,11 +30,6 @@
|
||||
(require 'use-package)
|
||||
(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
|
||||
:demand t
|
||||
:config
|
||||
|
||||
2
lib/borg
2
lib/borg
Submodule lib/borg updated: d386e9e9bd...99d166796f
Submodule lib/closql updated: 1e8a710349...012b94f869
2
lib/dash
2
lib/dash
Submodule lib/dash updated: a74f4cfcdc...6514359b86
Submodule lib/diff-hl updated: 154c64affe...069a925900
Submodule lib/emacsql updated: a96b2587c4...f8c3d9fce2
2
lib/epkg
2
lib/epkg
Submodule lib/epkg updated: 432312b958...c42bc98a71
2
lib/ghub
2
lib/ghub
Submodule lib/ghub updated: 4831933da0...53e2e29308
Submodule lib/git-modes updated: b08ac12f09...55468314a5
Submodule lib/magit updated: 66d9558f4f...a2b3184a48
Submodule lib/magit-popup updated: 60ff82ac7a...8eaa0becc2
Submodule lib/use-package updated: d3ace722ea...39a8b8812c
Submodule lib/with-editor updated: ad5bb005ed...9dd9f176d9
Reference in New Issue
Block a user