From 69886354f6fd0b7bda80263c90067aa5328b3725 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 17 Jan 2018 16:57:47 +0100 Subject: [PATCH 1/4] Update 4 drones Update borg to v2.0.0-35-g454daf9 Update dash to 2.13.0-63-g138c22a Update ghub to v1.3.0-38-g8959334 Update magit to 2.11.0-411-g73ea37afb --- lib/borg | 2 +- lib/dash | 2 +- lib/ghub | 2 +- lib/magit | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/borg b/lib/borg index 362ae8a..454daf9 160000 --- a/lib/borg +++ b/lib/borg @@ -1 +1 @@ -Subproject commit 362ae8aebc69aab81e04427d221717dd6bc1a81d +Subproject commit 454daf91e53e94292a59308c54b251fd83f99464 diff --git a/lib/dash b/lib/dash index 528e5a5..138c22a 160000 --- a/lib/dash +++ b/lib/dash @@ -1 +1 @@ -Subproject commit 528e5a51f1af668e3075f2beccd2b39785ccb2ba +Subproject commit 138c22a96c35337a7ba5860e56dd4d5395685d92 diff --git a/lib/ghub b/lib/ghub index 2962611..8959334 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit 2962611aad56a0f1586383b3e4ba6a65508a3991 +Subproject commit 895933408a8bf20623264ce9b6440999a3669f17 diff --git a/lib/magit b/lib/magit index 24ce908..73ea37a 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit 24ce90832ddff0db86581c1b7e947e83a13fe83e +Subproject commit 73ea37afbb6d4eca7a67d0652a5e41e4a8d3b421 From 824851317705f3b6d8755d817e1f03c696b325ef Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 17 Jan 2018 17:37:47 +0100 Subject: [PATCH 2/4] eldoc: don't enable global-eldoc-mode on Emacs 24 --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 2059bc3..d0ff054 100644 --- a/init.el +++ b/init.el @@ -83,6 +83,7 @@ :config (setq dired-listing-switches "-alh")) (use-package eldoc + :when (version< "25" emacs-version) :config (global-eldoc-mode)) (use-package help From 308b112d18409b71cbd373b56940374b444e4303 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 17 Jan 2018 17:39:03 +0100 Subject: [PATCH 3/4] save-place: don't enable save-place-mode on Emacs 24 --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index d0ff054..ca1ae51 100644 --- a/init.el +++ b/init.el @@ -132,6 +132,7 @@ :config (savehist-mode)) (use-package saveplace + :when (version< "25" emacs-version) :config (save-place-mode)) (use-package simple From 68a7187fc2d988ea9a5a97b43fc7c81926159e05 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 29 Jan 2018 10:55:43 +0100 Subject: [PATCH 4/4] Update 8 drones Update borg to v2.0.0-37-g593314b Update dash to 2.13.0-65-gc1991d4 Update diff-hl to 1.8.4-15-g9ef21e4 Update emacsql to 2.0.2-16-g62d3915 Update ghub to v1.3.0-39-gf1b647f Update magit to 2.11.0-471-g4e637088f Update magit-popup to v2.12.2 Update use-package to 2.3-349-g8ecb0f1 --- lib/borg | 2 +- lib/dash | 2 +- lib/diff-hl | 2 +- lib/emacsql | 2 +- lib/ghub | 2 +- lib/magit | 2 +- lib/magit-popup | 2 +- lib/use-package | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/borg b/lib/borg index 454daf9..593314b 160000 --- a/lib/borg +++ b/lib/borg @@ -1 +1 @@ -Subproject commit 454daf91e53e94292a59308c54b251fd83f99464 +Subproject commit 593314b8f1f4542155eb4dae0ff1be375895b83d diff --git a/lib/dash b/lib/dash index 138c22a..c1991d4 160000 --- a/lib/dash +++ b/lib/dash @@ -1 +1 @@ -Subproject commit 138c22a96c35337a7ba5860e56dd4d5395685d92 +Subproject commit c1991d4c22f356be21df6b3badd7233a94df7937 diff --git a/lib/diff-hl b/lib/diff-hl index bec9889..9ef21e4 160000 --- a/lib/diff-hl +++ b/lib/diff-hl @@ -1 +1 @@ -Subproject commit bec9889de7bf48d28826039880cec9bfad24a628 +Subproject commit 9ef21e4ea2389545417741e20a89d92bfd72d6ff diff --git a/lib/emacsql b/lib/emacsql index 616dde3..62d3915 160000 --- a/lib/emacsql +++ b/lib/emacsql @@ -1 +1 @@ -Subproject commit 616dde37524f47246bbb161f20d3f5f090f10fbf +Subproject commit 62d39157370219a1680265fa593f90ccd51457da diff --git a/lib/ghub b/lib/ghub index 8959334..f1b647f 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit 895933408a8bf20623264ce9b6440999a3669f17 +Subproject commit f1b647faf5ce5f033728236b9263e7ecee8f536f diff --git a/lib/magit b/lib/magit index 73ea37a..4e63708 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit 73ea37afbb6d4eca7a67d0652a5e41e4a8d3b421 +Subproject commit 4e637088f297639ac740fc8aa662610958ad38ce diff --git a/lib/magit-popup b/lib/magit-popup index 5a2a6f2..ab75385 160000 --- a/lib/magit-popup +++ b/lib/magit-popup @@ -1 +1 @@ -Subproject commit 5a2a6f2907a09c7592c4631d2678dd7ab44fd5a2 +Subproject commit ab75385a1fb8c0fba0769d448b13ba8324835261 diff --git a/lib/use-package b/lib/use-package index 05a4033..8ecb0f1 160000 --- a/lib/use-package +++ b/lib/use-package @@ -1 +1 @@ -Subproject commit 05a4033b830bf52c596ceedea10b2cbd91f85fdb +Subproject commit 8ecb0f1c56eaeb04213b476866eaa6939f735a61