aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: Add emacs-casual-calc.Peter Polidoro2024-07-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-casual-calc): New variable. Change-Id: I7c2816534481d8602d91be2309c7561393f70f65 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-casual-dired: Update to 1.6.0.Peter Polidoro2024-07-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-casual-dired): Update to 1.6.0. Change-Id: Ia5f796206d6130f8f1667159797b9ef937e3b1c5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-casual-avy.Peter Polidoro2024-07-10
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-casual-avy): New variable. Change-Id: I3f9f5ca23bac1a639356137f9e1782d6a25cb44c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-denote: Update to 3.0.6.Daniel Szmulewicz2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-denote): Update to 3.0.6. Change-Id: Ifa524109d7c6e56a8ce0d93afbae7eca35b5cd53 Signed-off-by: jgart <jgart@dismail.de>
* gnu: emacs-empv: Add inputs.gemmaro2024-07-09
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-empv)[arguments]: Add a phase to set default binaries for FD and MPV. [inputs]: Add FD and MPV. [propagated-inputs]: Add EMACS-CONSULT. Change-Id: I0e627d3b3ec3e5515ff7da9cd601713840e2a9c7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-sed-mode.gemmaro2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-sed-mode): New variable. Change-Id: Ic079579d3c9ba25cf721d044f99ba2ec4dcc0392 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-yeetube: Update to 2.1.7.Thanos Apollo2024-07-09
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.7. [synopsis]: Remove deprecated Invidious functionality. [description]: Rephrase and remove deprecated Org mode functionality. Change-Id: Ib5de9ca8d155740da2a5f7ecdba9b349e366def3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-empv.Thanos Apollo2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-empv): New variable. Change-Id: Ibfb0fca623a536e8db27b15b87e76ef9d7d5a742 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-emacsql: Update to 3.1.1-2.efddd69.Thanos Apollo2024-07-09
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit efddd69. Change-Id: Ib9d025fd8bf040fe2458fa54ac40bd16f35795dd Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ob-racket.Sergiu Ivanov2024-07-09
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ob-racket): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ie3542d8a8644deaa2b1588bc4537859c08444dbf
* gnu: emacs-doom-themes: Update to 2.3.0@188ab05Sergey Trofimov2024-07-08
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to commit 188ab05. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id684e7005f4c7ae00eb1ea25f7b78b8478ad776f
* gnu: emacs-eshell-git-prompt: Appease linter.Nicolas Goaziou2024-07-08
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt)[source]<origin>: Use tag instead of raw commit hash. [synopsis]: Remove trailing dot to appease linter. [description]: Shorten long line. Change-Id: Ic24bc89ef54507fc723d3fa4c6f276ae78be279c
* gnu: emacs-jabber: Update to 0.8.92-1-e766d84.Thanos Apollo2024-07-08
| | | | | | | gnu/packages/emacs-xyz.scm (emacs-jabber): Update to a recent commit. Change-Id: I0a9b6bd32b6b6df6f46ad648cf3e165a4cbaa750 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-gnosis.Thanos Apollo2024-07-08
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-gnosis): New variable. Change-Id: I5757adf1b1b5f19f34fce60e487f4420e8785521 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-eshell-git-prompt.Thanos Apollo2024-07-07
| | | | | | | gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable. Change-Id: If3e7f918708d9b57295b368f5d7c5fc7b18d73cf Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-telega: Update to 0.8.291.Sergey Trofimov2024-07-02
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.291. [inputs]: Add tgs2png. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: emacs-telega: Separate server and lisp packages.Sergey Trofimov2024-07-02
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega-server): Use own version. (emacs-telega): Remove inheritance. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add emacs-meyvnDaniel Szmulewicz2024-06-30
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-meyvn): New variable. Change-Id: I4e97ce9745ad999b0db74644a82828e450135725 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-nano-modeline: Update to 1.1.0.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.1.0. Change-Id: I18938a941a6f3018323c37ba2fc35bacbb1c3257
* gnu: emacs-context-transient: Update to 1.0.1.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-context-transient): Update to 1.0.1. Change-Id: Ie77367c0f5d65218d0b2d5a9fef28cd7e4156a91
* gnu: emacs-beframe: Update to 1.1.1.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 1.1.1. Change-Id: If78580fbdb5575ee369fd6e87b99da98343e4a16
* gnu: emacs-orglink: Update to 1.2.3.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.3. Change-Id: Ic79c31a5d1e0c2ccddec9db12f94c058b14d42b5
* gnu: emacs-no-littering: Update to 1.7.0.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.7.0. Change-Id: Ic0bd155bc1b06828ffb6fc48ff2eb9953cfdad9e
* gnu: emacs-casual-dired: Update to 1.5.0.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-casual-dired): Update to 1.5.0. Change-Id: I129a54757e2d45b19a4af835631120bc36916da3
* gnu: Add emacs-casual-lib.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-casual-lib): New variable. Change-Id: I7b5baa39985c55ef51281baeb2df65a8c11879b4
* gnu: emacs-transient: Update to 0.7.2.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.2. Change-Id: I1d52921d0850dfe77c81d82417d84ecc2e2f865d
* gnu: emacs-notmuch-maildir: Update to 0.2.3.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.3. Change-Id: I44e9f4d45618ecfa932d722b1515ba48cd5783f9
* gnu: emacs-dtrt-indent: Update to 1.18.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.18. Change-Id: I0fd8854ae7c1f7a5e98821943c3d2d5e520c2c18
* gnu: emacs-deadgrep: Update to 0.13.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.13. Change-Id: Iffe8590632318925efb3a943d8751624d0ee2f90
* gnu: emacs-org-ql: Update to 0.8.7.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.7. Change-Id: I592f482984dd32e5077d011ad98a2c92236e2116
* gnu: emacs-pg: Update to 0.36.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.36. Change-Id: I88fee173c945d1be8d1644d1b87d6eeb240fc0cf
* gnu: emacs-org: Update to 9.7.6.Suhail Singh2024-06-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.6. Change-Id: I56d201408b22e02e600274b3f1037d432153275e Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-hl-todo: Update to 3.7.0.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.7.0. Change-Id: I645df86a3a8d5c59d4db45033a42d4c1a3e6c445
* gnu: emacs-jinx: Update to 1.8.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.8. Change-Id: Ide349dcc87b2693a01732a1fddf04168da40a641
* gnu: emacs-slime, sbcl-slime-swank: Update to 2.30.Nicolas Goaziou2024-06-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.30. * gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.30. Change-Id: Id64f3bd4dda8a91dc420a919eab676f00e6e982f
* gnu: emacs-ol-notmuch: Update to 2.0.2.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): Update to 2.0.2. Change-Id: Iacd6415c00234a72dc28c09d80d0af91acd91832
* gnu: emacs-paren-face: Update to 1.1.1.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.1.1. Change-Id: I626e0d7c308c609f126f3556b374d1c21dd506e4
* gnu: emacs-auto-compile: Update to 2.0.2.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.2. Change-Id: I71ff8076e17886dcad04421ceb709280d1a0e728
* gnu: emacs-moody: Update to 1.1.0.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.0. Change-Id: I8e22e59378e93791e33f3323df6e7be589ccfa44
* gnu: emacs-minions: Update to 1.0.1.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.0.1. Change-Id: I3ba9eeed4f613dc4a476ff94913ce29f539671e4
* gnu: emacs-with-editor: Update to 3.3.4.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.4. Change-Id: I8e01e1f87e57bc5acef065aa146f4e4ab39b0ac6
* gnu: emacs-gptel: Update to 0.9.0.Nicolas Goaziou2024-06-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.9.0. Change-Id: I6128353e2ec1b3851adf302bb87c218985ab96b9
* gnu: emacs-ellama: Update to 0.9.11.Roman Scherer2024-06-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ellama): Update to 0.9.11. Change-Id: I80149cc6fb4b48bce8ecc0c031fbceedb21da4d9 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: emacs-ddskk: Use newer package style.gemmaro2024-06-23
| | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ddskk)[arguments]: Convert to list of G-Expressions. Use #$output rather than the outputs alist. Drop trailing #t. (emascs-ddskk-nicola): Likewise. Change-Id: Ie6ed743ded35b55fa55bb61d02353456a0f2c79f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-ddskk: Update to 17.1-0.8c47f46.gemmaro2024-06-23
| | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ddskk): 17.1-0.8c47f46. [#:phases]<configure>: Do not explicitly make SKK-MK or doc files writable. <fix-test>: Also patch “/bin/rm” in nicola/Makefile. (emacs-ddskk-nicola)[#:phases]: Move ‘chdir’ phase after ‘fix-test’. <configure>: Do not explicitly make NICOLA-DDSKK-CFG writable. Change-Id: I7a312f1dbbeb93666121646dd79becdd08f16b79 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-org: Update to 9.7.5 [security fixes].Zheng Junjie2024-06-23
| | | | | | | | | | | | | The release is coordinated with emergency Emacs 29.4 release. The vulnerability involves arbitrary Shell code evaluation when previewing attachments in Emacs MUA (gnus-based: at least, mu4e, Notmuch, Gnus itself) or when opening third-party Org files. All the earlier versions of Org mode are affected. * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.5. Change-Id: Ifa8c49225a268939ab06a3895e99a525356c3a78
* gnu: emacs-orgalist: Update to 1.16.Nicolas Goaziou2024-06-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.16. Change-Id: If32ca3e554257389f4783edacf75f7d1bee2eef7
* gnu: emacs-autocrypt: Update to 0.4.2.Nicolas Goaziou2024-06-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-autocrypt): Update to 0.4.2. Change-Id: I1847b9e1d579c1975321033953196748d6c2af7e
* gnu: emacs-beframe: Update to 1.1.0.Nicolas Goaziou2024-06-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 1.1.0. [source]: Switch to GitHub repository. Change-Id: I5c1d89c83bbc98c90ecbf01bfb7cfabadf95133b
* gnu: emacs-casual-dired: Update to 1.3.0.Nicolas Goaziou2024-06-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-casual-dired): Update to 1.3.0. Change-Id: I299e9a8fc35dc0e93e8e66ea0f9f5e543f6282aa