Dimakakos Dimos
72cdf60f71
gnu: emacs-lsp-mode: Update to 6.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.2.1.
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-08 21:05:48 -06:00
Ricardo Wurmus
936788686f
gnu: emacs-dired-sidebar: Update to 0.1.0-1.21ccb67.
...
* gnu/packages/emacs-xyz.scm (emacs-dired-sidebar): Update to 0.1.0-1.21ccb67.
2019-12-08 11:33:11 +01:00
Brian Leung
91905793b9
gnu: emacs-tramp-auto-auth: Remove duplicate recipe.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Remove duplicate recipe.
2019-12-07 22:32:50 -08:00
Brian Leung
dbd8a978f9
gnu: emacs-tramp-auto-auth: Fix synopsis and description.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): Fix synopsis and description.
2019-12-07 22:27:34 -08:00
Brian Leung
5309758627
gnu: Add emacs-psession.
...
* gnu/packages/emacs-xyz.scm (emacs-psession): New variable.
2019-12-07 22:16:36 -08:00
Brian Leung
41565d111a
gnu: Add emacs-tramp-auto-auth.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
2019-12-07 22:16:35 -08:00
Brian Leung
3c88b673a4
gnu: Add emacs-helm-linux-disks.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-linux-disks): New variable.
2019-12-07 22:16:35 -08:00
Brian Leung
6165fb240b
gnu: Add emacs-isearch-dabbrev.
...
* gnu/packages/emacs-xyz.scm (emacs-isearch-dabbrev): New variable.
2019-12-07 22:16:34 -08:00
Brian Leung
e8da79ab6f
gnu: Add emacs-esh-help.
...
* gnu/packages/emacs-xyz.scm (emacs-esh-help): New variable.
2019-12-07 22:16:34 -08:00
Brian Leung
20820be9c8
gnu: Add emacs-helm-lacarte.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-lacarte): New variable.
2019-12-07 22:16:34 -08:00
Brian Leung
7e93817dfb
gnu: Add emacs-shackle.
...
* gnu/packages/emacs-xyz.scm (emacs-shackle): New variable.
2019-12-07 22:16:33 -08:00
Brian Leung
e6ba3dac61
gnu: Add emacs-ivy-omni-org.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-omni-org): New variable.
2019-12-07 22:16:33 -08:00
Brian Leung
ec26950882
gnu: Add emacs-blackout.
...
* gnu/packages/emacs-xyz.scm (emacs-blackout): New variable.
2019-12-07 22:16:32 -08:00
Brian Leung
4a6f2cee20
gnu: Add emacs-repl-toggle.
...
* gnu/packages/emacs-xyz.scm (emacs-repl-toggle): New variable.
2019-12-07 22:16:32 -08:00
Brian Leung
ab9feebb31
gnu: Add emacs-fullframe.
...
* gnu/packages/emacs-xyz.scm (emacs-fullframe): New variable.
2019-12-07 22:16:31 -08:00
LaFreniere, Joseph
abda9e2d11
gnu: Add emacs-mpdel.
...
* gnu/packages/emacs-xyz.scm (emacs-mpdel): New variable.
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 20:13:00 -06:00
LaFreniere, Joseph
e5f145b4e9
gnu: Add emacs-libmpdel.
...
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): New variable.
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 20:12:29 -06:00
Leo Prikler
1b3fa123ea
gnu: emacs-telega: Properly install alists.
...
Am Donnerstag, den 05.12.2019, 12:46 -0600 schrieb Brett Gilio:
> That is why I made the note about eventually replacing the
> installation of that directory to use the system usually used by
> `emacs-build-system` because I figure this would cause less issues in
> the future if for some reason the emacs site-lisp directory structure
> were to change again.
>
> --8<---------------cut here---------------start------------->8---
> ;; TODO: Replace with `#:include' method used by
> ;; emacs-build-system.
> --8<---------------cut here---------------end--------------->8---
>
> But I don't think it is a pressing issue to do it so cleanly.
> Or maybe it is. Idk.
Perhaps you're right, but as far as I can see the Emacs build system
does not yet tell us how to proceed with data. It also has a unique
way of handling documentation, first putting it into site-lisp before
moving it to share/info where it should belong.
> > I still don't feel comfortable with data being at the top of site-
> > lisp,
> > though. Perhaps something similar to emacs-yasnippet-snippets,
> > where
> > you store the data in share/emacs/telega-data would be more
> > appropriate.
>
> I was ACTUALLY going to do it this way originally, but I was really
> uncertain of it so I just sent the patch as is. I like the idea more,
> so
> I am going to revise the patch. Otherwise, once I get this revision
> in
> everything should be good to go. I'll also substitute the functions
> to
> reflect that changed path.
>
> [...]
>
> Alright, carry on! Patch will be available soon.
Looking at your revised patch, I still feel a bit uneasy about putting
data into the load-path. I therefore proprose a revised revised (R^2,
if you will) patch, which I've attached to this message.
Regards,
Leo
From 59918d4a486c453463e6c59487047177f3b54205 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 5 Dec 2019 13:51:14 -0600
Subject: [PATCH 3/3] gnu: emacs-telega: Install telega-data to site-lisp.
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: This commit revises a
previous patch and gives the source etc/ directory a unique installation pth
in the site-lisp directory stucture.
Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:28:24 -06:00
Brett Gilio
cc7948bc6f
gnu: emacs-telega: Update to 0.4.4-2
...
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
>From 04e417466dcd7e1a39ce69d04b9afc60c41bd603 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 2 Dec 2019 15:28:39 -0600
Subject: [PATCH 2/2] gnu: emacs-telega: Update to 0.4.4-2
* gnu/packages/emacs-xyz.scm (emacs-telega): Bump the package to use a newer
git revision, which includes additional client features.
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:28:14 -06:00
Brett Gilio
f74bb20784
gnu: emacs-telega: Use test suites.
...
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
>From 03a2617b29c92dc83828495305d73ec4074a5102 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 2 Dec 2019 15:26:27 -0600
Subject: [PATCH 1/2] gnu: emacs-telega: Use test suites.
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Adds support for
running the ert and server test suites.
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:27:59 -06:00
Nicolas Goaziou
0d250889fd
gnu: emacs-org-contrib: Update to 20191203.
...
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20191203.
2019-12-06 21:44:10 +01:00
Nicolas Goaziou
2f0508f0e7
gnu: emacs-org: Update to 9.3.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.
2019-12-06 21:43:55 +01:00
Pierre Neidhardt
6b84a31d90
gnu: emacs-org-contrib: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Refer to the updated
installation directory.
2019-12-04 22:29:38 +01:00
Pierre Neidhardt
e18aeb416d
gnu: emacs-scel: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation
directory.
2019-12-04 22:29:38 +01:00
Marius Bakke
33b59c1a3e
Merge branch 'staging'
2019-12-04 20:12:41 +01:00
Clément Lassieur
269c827c69
gnu: emacs-transient: Refer to the updated installation directory.
...
* gnu/packages/emacs-xyz.scm (emacs-transient)[arguments]: Refer to the
updated installation directory.
2019-12-04 12:13:16 +01:00
Maxim Cournoyer
4c503ed503
gnu: emacs-emacsql: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Refer to the updated
installation directory.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2019-12-04 11:06:49 +01:00
Maxim Cournoyer
7185a8dac4
gnu: emacs-ert-runner: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-ert-runner): Refer to the updated
installation directory.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
2019-12-04 11:06:49 +01:00
Brett Gilio
19e67f8216
gnu: emacs-olivetti: Update to 1.8.1.
...
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.8.1.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-04 09:00:38 +01:00
Brett Gilio
d6445fa690
gnu: emacs-irony-mode: Update to 1.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.4.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-04 09:00:31 +01:00
Brett Gilio
362e5f9408
gnu: emacs-elisp-demos: Update to 2019.12.01.
...
* gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2019.12.01.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-04 09:00:22 +01:00
Brett Gilio
17f88b9c01
gnu: emacs-doom-modeline: Update to 2.8.0.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 2.8.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-12-04 08:59:43 +01:00
Tobias Geerinckx-Rice
0576681c79
gnu: emacs-diff-hl: Update to 1.8.7.
...
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.7.
2019-12-03 01:52:46 +01:00
Brett Gilio
c07c0acf19
gnu: Add emacs-telega.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 12:24:43 +01:00
Brett Gilio
f45968cbab
gnu: Add emacs-org-present.
...
* gnu/packages/emacs-xyz.scm (emacs-org-present): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Brett Gilio
bdc11c0f3a
gnu: Add emacs-doom-modeline.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Brett Gilio
c4c59b08fe
gnu: Add emacs-shrink-path.
...
* gnu/packages/emacs-xyz.scm (emacs-shrink-path): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-02 10:19:30 +01:00
Tobias Geerinckx-Rice
0a03c5e1fb
gnu: emacs-howm: Use HTTPS source and home page.
...
* gnu/packages/emacs-xyz.scm (emacs-howm)[source, home-page]: Use HTTPS.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice
44b5a74ad7
gnu: emacs-howm: Update to 1.4.5.
...
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.5.
2019-12-01 00:49:14 +01:00
Tobias Geerinckx-Rice
492bd718e2
gnu: emacs-rainbow-mode: Update to 1.0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.2.
[source, home-page]: Use HTTPS.
2019-11-29 23:53:54 +01:00
Tobias Geerinckx-Rice
c19df02096
gnu: emacs-debbugs: Update to 0.21.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.21.
2019-11-29 23:53:54 +01:00
Marius Bakke
0897ad7fac
Merge branch 'master' into staging
2019-11-28 00:38:25 +01:00
Efraim Flashner
67057b1baf
gnu: emacs-shift-number: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-shift-number)[source]: Download
using git-fetch.
2019-11-26 20:57:33 +02:00
Efraim Flashner
8361231019
gnu: emacs-rsw-elisp: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-rsw-elisp)[source]: Download using
git-fetch.
2019-11-26 20:56:03 +02:00
Efraim Flashner
b495fbfad9
gnu: emacs-helm-mode-manager: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-mode-manager)[source]: Download
using git-fetch.
2019-11-26 20:53:34 +02:00
Efraim Flashner
b8e4626542
gnu: emacs-m-buffer-el: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-m-buffer-el)[source]: Download using
git-fetch.
2019-11-26 20:51:31 +02:00
Efraim Flashner
c75d100858
gnu: emacs-validate: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-validate)[source]: Download using
git-fetch.
2019-11-26 20:49:55 +02:00
Efraim Flashner
2e1afa2a7c
gnu: emacs-groovy-modes: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-groovy-modes)[source]: Download
using git-fetch.
2019-11-26 20:48:19 +02:00
Efraim Flashner
7335f4617c
gnu: emacs-pretty-mode: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-pretty-mode)[source]: Download using
git-fetch.
2019-11-26 20:46:27 +02:00
Efraim Flashner
ed1ff94fe2
gnu: emacs-auto-complete: Don't use unstable tarball.
...
* gnu/packages/emacs-xyz.scm (emacs-auto-complete)[source]: Download
using git-fetch.
2019-11-26 20:44:58 +02:00