diff --git a/.gitmodules b/.gitmodules index ff2fbd5..0c343fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Makefile b/Makefile index 64395e1..be44cf3 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ # Author: Jonas Bernoulli # License: GPL v3 +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 diff --git a/init.el b/init.el index f6079db..8958f9b 100644 --- a/init.el +++ b/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 diff --git a/lib/borg b/lib/borg index 34eac58..ba62a78 160000 --- a/lib/borg +++ b/lib/borg @@ -1 +1 @@ -Subproject commit 34eac585d6829e17ce59b09fe6ad5d675302c096 +Subproject commit ba62a78d2b3f9f96306c5aa07492106073201936 diff --git a/lib/closql b/lib/closql index 6659783..49862bf 160000 --- a/lib/closql +++ b/lib/closql @@ -1 +1 @@ -Subproject commit 66597831248bbe14ebc7bbf24b24cafebb5fd362 +Subproject commit 49862bfdd1540d443d278fadef16a83388b360cb diff --git a/lib/dash b/lib/dash index dcb0ec1..91d8cb0 160000 --- a/lib/dash +++ b/lib/dash @@ -1 +1 @@ -Subproject commit dcb0ec1623517e54551b801846a272dd07fd55b2 +Subproject commit 91d8cb01e62bab0d6267d3d4dbcabd6da6fdea78 diff --git a/lib/epkg b/lib/epkg index 1768e91..6114b78 160000 --- a/lib/epkg +++ b/lib/epkg @@ -1 +1 @@ -Subproject commit 1768e91e02a2d6441c2d82a711912a9498d2316e +Subproject commit 6114b78b84cd8a96a117b7652d1e5138eee4b896 diff --git a/lib/finalize b/lib/finalize index 0f7d47c..0496a7b 160000 --- a/lib/finalize +++ b/lib/finalize @@ -1 +1 @@ -Subproject commit 0f7d47c4d50f1c76fc3b43bfc2d4886dd3e8ca27 +Subproject commit 0496a7b8f2f8b197010d8602b5fc529f5104704a diff --git a/lib/magit b/lib/magit index 4ad2ebf..aa0f186 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit 4ad2ebfef0afa7e5f5fb85e8d1146da613804fe5 +Subproject commit aa0f186467711534ec538e5bf9ea5fdbad0cfc1f diff --git a/lib/magit-popup b/lib/magit-popup new file mode 160000 index 0000000..70e3cdd --- /dev/null +++ b/lib/magit-popup @@ -0,0 +1 @@ +Subproject commit 70e3cdd6140ebdf477f86b88ac2bd1a8de115e88 diff --git a/lib/use-package b/lib/use-package index 360df30..98f9e12 160000 --- a/lib/use-package +++ b/lib/use-package @@ -1 +1 @@ -Subproject commit 360df30683a711c443f87e495ba14cdd125a505d +Subproject commit 98f9e120aaac902f611807002ed58215b2620bfd diff --git a/lib/with-editor b/lib/with-editor index 2417261..ee39f23 160000 --- a/lib/with-editor +++ b/lib/with-editor @@ -1 +1 @@ -Subproject commit 241726118dee067a8d9880d53c6a781d580ba8a1 +Subproject commit ee39f232f2daf997498a4030d104c35ae397f457