summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
Commit message (Collapse)AuthorAge
...
* gnu: Add emacs-spaceleader.jgart via Guix-patches via2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-spaceleader): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-bind-map.jgart via Guix-patches via2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-bind-map): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: emacs-ox-hugo: Update to 0.12.1.kiasoc52022-05-29
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.1. [propagated-inputs]: Add emacs-tomelr. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-tomelr.kiasoc52022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-tomelr): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-seq.kiasoc52022-05-29
| | | | | | * gnu/packages/emacs-xyz (emacs-seq): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-color-theme-modern.Peter Polidoro2022-06-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-color-theme-modern): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-benchmark-init: Update to 1.0-0243556.Dominic Martinez2022-06-04
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.0-0243556. Fixes build on emacs 28. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-doom-themes: Include extension files.Dominic Martinez2022-06-01
| | | | | | | | | | Newer versions of `emacs-doom-themes' separated extension support into a separate directory, so this change includes those files. * gnu/packages/emacs-xyz.scm (emacs-doom-themes)[arguments]: Consider extensions/*.el files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-bfuture.Fredrik Salomonsson2022-06-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-bfuture): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-helpful: Update to 0.19yarl baudig2022-05-31
| | | | | | | | | * gnu/packages/patches/emacs-helpful-docstring-test.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.19. [source]: Use the patch. * gnu/local.mk (dist_patch_DATA): Register the patch. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-vterm: Update to 0.0.1-1.b447235.Kyle Meyer2022-05-30
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.1-1.b447235. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-w3m: Update to 20220508.2259.Ludovic Courtès2022-05-30
| | | | | * gnu/packages/emacs-xyz.scm (emacs-w3m): Update to 20220508.2259. [source]: Switch to 'git-fetch'.
* gnu: emacs-magit: Use directory excursions rather than wild chdir.Liliana Marie Prikler2022-05-28
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases] <build-info-manual, configure-git>: Don't chdir. <set-magit-version, patch-exec-paths>: Use full file names. <enter-lisp-directory>: Drop phase. <expand-load-path, install>: Wrap in directory excursions.
* gnu: emacs-magit: Drop the libgit backend.Zhu Zihao2022-05-28
| | | | | | | | | | | | | The libgit backend currently provides next to no features, but demands extra maintenance overhead. It is in fact not a usable backend; thus let's not use it. * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments] <#:emacs>: Drop argument. <#:exclude>: Add sources related to emacs-libgit. [inputs]: Remove emacs-libgit. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-magit: Use G-expressions.Zhu Zihao2022-05-28
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]: Use G-expressions. <#:phases>: Use search-input-file to find perl for ‘patch-exec-paths’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-evil-org: Update to 0d10ff7.jgart2022-05-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-detached: Update to 0.7.Niklas Eklund2022-05-27
| | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.7. (emacs-dtache): Define as a deprecated alias. I have both renamed the package dtache -> detached as well as moving the development from gitlab to sourcehut. This patch reflects those changes, as well as updating to the latest release of the package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-deferred: Fix wrong number of arguments.Liliana Marie Prikler2022-05-27
| | | | | | * gnu/packages/patches/emacs-deferred-fix-number-of-arguments.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-deferred)[patches]: Use it here. * gnu/local.mk (dist_patch_DATA): Add it here.
* gnu: emacs-list-utils: Update to 0.4.6-1.0dec8c0.Erik Šabič2022-05-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6-1.0dec8c0. [arguments]: Remove the upstreamed 'patch-require-cl phase. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: emacs-org-roam-bibtex: Update hash.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | The ‘v0.6.2’ tag advanced by one commit (070a7a7) to fix ‘breaking bibtex-completion’. * gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex)[source]: Update hash.
* gnu: emacs-djvu: Update to 1.1.2.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-djvu): Update to 1.1.2.
* gnu: emacs-org: Update to 9.5.3.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.3.
* gnu: emacs-beginend: Update to 2.3.0.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.3.0.
* gnu: emacs-org-contrib: Do not propogate cider to profile.Andrew Tropin2022-05-23
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: A emacs-cider is an optional dependency, move it from propogated-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-terminal-here.jgart2022-05-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-terminal-here): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-font-lock-studio: Follow packaging guidelines.Liliana Marie Prikler2022-05-19
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): Use git-version as outlined in the documentation on version numbers. For the base version, use "0.0.7" as specified in the "Version:" comment in the source and the README.
* gnu: Add emacs-font-lock-studio.base-for-series-12456base-for-series-12455Maxim Cournoyer2022-05-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): New variable.
* gnu: emacs-evil: Update to commit 008a6cdb12f15e748979a7d1c2f26c34c84dedbf.Maze2022-05-18
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil): Update to commit 008a6cdb12f15e748979a7d1c2f26c34c84dedbf. [version]: Bump main version part to 1.15.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-evil: Update to 1.14.2.Marius Bakke2022-05-18
| | | | | * gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.14.2. [arguments]: Rewrite in gexp style.
* gnu: emacs-haskell-snippets: Update to 0.1.0-1-1c29c4a6.Aleksandr Vityazev2022-05-18
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-haskell-snippets): Update to 0.1.0-1-1c29c4a6. [arguments]: Convert to list of G-Expressions. Drop trailing ‘#t’s. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-lispy: Fix failing test under Emacs 28.Kyle Meyer2022-05-18
| | | | | | | | * gnu/packages/patches/emacs-lispy-fix-thread-last-test.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-lispy): Use it here. * gnu/local.mk (dist_patch_DATA): Register it here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-rpm-spec-mode: Update to 0.16-0.c1c3805.Maxim Cournoyer2022-05-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rpm-spec-mode) [source]: Fetch from git, and use last commit to update to 0.16-0.c1c3805. [arguments]: New field.
* gnu: emacs-nix-mode: Update to 1.4.5-0.8fe2ccf.Maxim Cournoyer2022-05-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5-0.8fe2ccf. [source]: Use latest commit. [inputs]: Turn into... [native-inputs]: ... this. Add emacs-magit.
* gnu: emacs-elpy: Disable tests now failing with Emacs 28.1.Maxim Cournoyer2022-05-18
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpy)[phases] {disable-broken-tests}: Delete the elpy-project-find-git-root-test.el test file. Mark the elpy-company-backend-should-add-shell-candidates, elpy-eldoc-documentation-should-show-object-onelinedoc, elpy-shell-send-file-should-accept-large-strings, elpy-shell-should-echo-outputs as expected failures.
* gnu: emacs-libgit: Fix build.Liliana Marie Prikler2022-05-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-libgit)[source]: Drop bundled emacs-module header. [#:phases]: Add “patch-source” phase to fix build failure when building against Emacs 28.
* gnu: emacs-debbugs: Update to 0.32.Aleksandr Vityazev2022-05-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.32. [propagated-inputs]: Replace emacs-async with emacs-soap-client. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-explain-pause-mode: Fix build.luishgh2022-05-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[arguments]<#:phases>: Fix failing tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-racer: Update to 1e63e98.luishgh2022-05-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-racer): Update to 1e63e98. [arguments]<#:phases>: Remove FIX-MAKEFILE and FIX-FAILING-TESTS phases. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-doom-themes: Update to e9bdd13.Luis Henrique Gomes Higino2022-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to e9bdd13. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-buttercup: Update to 1.25.Michael Rohleder2022-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.25. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-yasnippet: Fix build.Liliana Marie Prikler2022-05-15
| | | | | | * gnu/packages/patches/emacs-yasnippet-fix-tests.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-yasnippet): Use it here. * gnu/local.mk (dist_patch_DATA): Register it here.
* gnu: emacs-dash: Use new package style.Liliana Marie Prikler2022-05-15
| | | | | * gnu/packages/emacs-xyz.scm (emacs-dash)[arguments]: Convert to list of G-Expressions.
* gnu: emacs-dash: Fix build with Emacs 28.Michael Rohleder2022-05-15
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-dash)[phase]: Add phase 'disable-byte-compile-error-on-warn. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: emacs-modus-themes: Update to 2.3.3.base-for-series-12300Andrew Tropin2022-05-09
| | | | | | | | | [[PGP Signed Part:No public key for 2208D20958C1DEB0 created at 2022-05-05T09:12:05+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.3. * gnu/packages/emacs-xyz.scm (emacs-modus-themes)[source]: Change repository. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-modus-themes: Update to 2.3.2.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.3.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-pulsar.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pulsar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-lin.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-logos.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-logos): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-mct: Add Info manual.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mct): Add Info manual. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-flymake-proselint.Jai Vetrivelan2022-05-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-flymake-proselint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>