[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add emacs-gcmh.
From: |
guix-commits |
Subject: |
07/09: gnu: Add emacs-gcmh. |
Date: |
Wed, 14 Oct 2020 09:25:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 028119e9f5a0b31fe27334eb5de582d42d3ffd5d
Author: Niklas Eklund <niklas.eklund@posteo.net>
AuthorDate: Wed Sep 30 15:34:36 2020 +0200
gnu: Add emacs-gcmh.
* gnu/packages/emacs-xyz.scm (emacs-gcmh): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cc97e05..4e0d657 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1770,6 +1770,32 @@ always indented. It reindents after every change,
making it more reliable
than @code{electric-indent-mode}.")
(license license:gpl2+)))
+(define-public emacs-gcmh
+ ;; No tagged release upstream.
+ (let ((commit "84c43a4c0b41a595ac6e299fa317d2831813e580")
+ (revision "0"))
+ (package
+ (name "emacs-gcmh")
+ (version (git-version "0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/koral/gcmh")
+ (commit commit)))
+ (sha256
+ (base32 "1r3wiqhrzh7wvqy484nl031fd4bn4cpvkv9646s4cjgvnnnv7jz3"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (home-page "https://gitlab.com/koral/gcmh")
+ (synopsis "Emacs Garbage Collector Magic Hack")
+ (description
+ "This package enforces a sneaky @dfn{garbage collector} (GC) strategy
+to minimize GC interference with the activity. During normal use a high GC
+threshold is set. When idling GC is immediately triggered and a low threshold
+is set.")
+ (license license:gpl3+))))
+
(define-public emacs-ctrlf
(package
(name "emacs-ctrlf")
- branch master updated (3c33813 -> 3c1b0b9), guix-commits, 2020/10/14
- 01/09: gnu: guix: Change Git URL., guix-commits, 2020/10/14
- 05/09: hurd-boot: Set /hurd/magic on /dev/fd., guix-commits, 2020/10/14
- 06/09: image: Use 'raise' from (srfi srfi-34)., guix-commits, 2020/10/14
- 08/09: doc: cookbook: Mention "#true" and "#false"., guix-commits, 2020/10/14
- 09/09: gnu: icedove: Update to 78.3.2., guix-commits, 2020/10/14
- 02/09: openpgp: '&openpgp-unrecognized-packet-error' includes type tag., guix-commits, 2020/10/14
- 07/09: gnu: Add emacs-gcmh.,
guix-commits <=
- 03/09: doc: Avoid orphan node., guix-commits, 2020/10/14
- 04/09: doc: Mention "i586-gnu" as supported and experimental., guix-commits, 2020/10/14