[elpa] master 8f222f2 1/4: Enforce use of spaces for indentation

2018-03-26 Thread Julien Danjou
branch: master commit 8f222f2c4e2e4876f24fdf6cddf1a1296401250c Author: Jonas Bernoulli Commit: Julien Danjou Enforce use of spaces for indentation Also untabify some code added by a contributor who, unlike you, has not globally set `indent-tabs-mode' to nil. --- packages/rainbo

[elpa] master b674274 3/4: Allow outline-minor-mode to find section headings

2018-03-26 Thread Julien Danjou
branch: master commit b674274beddb4290c34ce5c7ae3988ae31e97081 Author: Jonas Bernoulli Commit: Julien Danjou Allow outline-minor-mode to find section headings --- packages/rainbow-mode/rainbow-mode.el | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --

[elpa] master fc74f6e 4/4: rainbow-mode: release 1.0

2018-03-26 Thread Julien Danjou
branch: master commit fc74f6efd01996473c2b15805996dab1b368bbbd Author: Julien Danjou Commit: Julien Danjou rainbow-mode: release 1.0 --- packages/rainbow-mode/rainbow-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rainbow-mode/rainbow-mode.el b/pac

[elpa] master updated (57f1392 -> fc74f6e)

2018-03-26 Thread Julien Danjou
jdanjou pushed a change to branch master. from 57f1392 Handle multi remote repositories new 8f222f2 Enforce use of spaces for indentation new e08cec3 Set type of customizable options new b674274 Allow outline-minor-mode to find section headings new fc

[elpa] master e08cec3 2/4: Set type of customizable options

2018-03-26 Thread Julien Danjou
branch: master commit e08cec3807c0cc546387b6405089fd364533b457 Author: Jonas Bernoulli Commit: Julien Danjou Set type of customizable options --- packages/rainbow-mode/rainbow-mode.el | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/rainb

[elpa] master 57f1392: Handle multi remote repositories

2018-03-26 Thread Tino Calancha
branch: master commit 57f13922b22c1386ec2201b84d0cf82e699950f7 Author: Tino Calancha Commit: Tino Calancha Handle multi remote repositories It's common to have a local repository linked to more than one remote repository. In such case we must specify the remote repo. from w