mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'master' into layer/elisp
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -34,6 +34,9 @@
|
||||
path = lib/magit
|
||||
url = git@github.com:magit/magit.git
|
||||
info-path = Documentation
|
||||
[submodule "magit-popup"]
|
||||
path = lib/magit-popup
|
||||
url = git@github.com:magit/magit-popup.git
|
||||
[submodule "package-build"]
|
||||
path = lib/package-build
|
||||
url = git@github.com:melpa/package-build.git
|
||||
|
||||
10
Makefile
10
Makefile
@@ -3,6 +3,8 @@
|
||||
# Author: Jonas Bernoulli <jonas@bernoul.li>
|
||||
# License: GPL v3 <https://www.gnu.org/licenses/gpl-3.0.txt>
|
||||
|
||||
EMACS ?= emacs
|
||||
|
||||
.PHONY: all help build build-init quick bootstrap
|
||||
.FORCE:
|
||||
|
||||
@@ -19,24 +21,24 @@ help:
|
||||
|
||||
build:
|
||||
@rm -f init.elc
|
||||
@emacs -Q --batch -L lib/borg --load borg \
|
||||
@$(EMACS) -Q --batch -L lib/borg --load borg \
|
||||
--funcall borg-initialize \
|
||||
--funcall borg-batch-rebuild 2>&1
|
||||
|
||||
build-init:
|
||||
@rm -f init.elc
|
||||
@emacs -Q --batch -L lib/borg --load borg \
|
||||
@$(EMACS) -Q --batch -L lib/borg --load borg \
|
||||
--funcall borg-initialize \
|
||||
--funcall borg-batch-rebuild-init 2>&1
|
||||
|
||||
quick:
|
||||
@rm -f init.elc
|
||||
@emacs -Q --batch -L lib/borg --load borg \
|
||||
@$(EMACS) -Q --batch -L lib/borg --load borg \
|
||||
--funcall borg-initialize \
|
||||
--eval '(borg-batch-rebuild t)' 2>&1
|
||||
|
||||
lib/%: .FORCE
|
||||
@emacs -Q --batch -L lib/borg --load borg \
|
||||
@$(EMACS) -Q --batch -L lib/borg --load borg \
|
||||
--funcall borg-initialize \
|
||||
--eval '(borg-build "$(@F)")' 2>&1
|
||||
|
||||
|
||||
17
init.el
17
init.el
@@ -104,20 +104,9 @@
|
||||
("C-x M-g" . magit-dispatch-popup))
|
||||
:config
|
||||
(magit-add-section-hook 'magit-status-sections-hook
|
||||
'magit-insert-modules-unpulled-from-upstream
|
||||
'magit-insert-unpulled-from-upstream)
|
||||
(magit-add-section-hook 'magit-status-sections-hook
|
||||
'magit-insert-modules-unpulled-from-pushremote
|
||||
'magit-insert-unpulled-from-upstream)
|
||||
(magit-add-section-hook 'magit-status-sections-hook
|
||||
'magit-insert-modules-unpushed-to-upstream
|
||||
'magit-insert-unpulled-from-upstream)
|
||||
(magit-add-section-hook 'magit-status-sections-hook
|
||||
'magit-insert-modules-unpushed-to-pushremote
|
||||
'magit-insert-unpulled-from-upstream)
|
||||
(magit-add-section-hook 'magit-status-sections-hook
|
||||
'magit-insert-submodules
|
||||
'magit-insert-unpulled-from-upstream))
|
||||
'magit-insert-modules
|
||||
'magit-insert-stashes
|
||||
'append))
|
||||
|
||||
(use-package man
|
||||
:defer t
|
||||
|
||||
2
lib/borg
2
lib/borg
Submodule lib/borg updated: 34eac585d6...ba62a78d2b
Submodule lib/closql updated: 6659783124...49862bfdd1
2
lib/dash
2
lib/dash
Submodule lib/dash updated: dcb0ec1623...91d8cb01e6
2
lib/epkg
2
lib/epkg
Submodule lib/epkg updated: 1768e91e02...6114b78b84
Submodule lib/finalize updated: 0f7d47c4d5...0496a7b8f2
Submodule lib/magit updated: 4ad2ebfef0...aa0f186467
1
lib/magit-popup
Submodule
1
lib/magit-popup
Submodule
Submodule lib/magit-popup added at 70e3cdd614
Submodule lib/use-package updated: 360df30683...98f9e120aa
Submodule lib/with-editor updated: 241726118d...ee39f232f2
Reference in New Issue
Block a user