Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: Add emacs-windsize. | 5cdf77fd75e7dc4b81af325cd75ee1fe1b91b55a | Tomás Ortín Fernández | 2020-10-04 14:58:58 |
gnu: giac: Update to 1.6.0-25. | 1ceeaa5dffe79d65b790e2f083adfbe01c84c064 | Nicolas Goaziou | 2020-10-07 19:38:40 |
services: Fix gdm-autologin pam service. | d8258177fe5d329836ac42eaf736f3f2e543ea53 | Alex Griffin | 2020-06-14 22:58:47 |
gnu: htslib: Enable support for custom URI schemes. | fb0037af8cecc0ebaa330392b0c54a35b7b8a424 | Roel Janssen | 2020-10-07 13:33:28 |
gnu: eolie: Update to 0.9.99. | 7adaf193443e7c6148cc8692cd09cd1f95ac8310 | Tobias Geerinckx-Rice | 2020-10-07 01:21:05 |
gnu: nano: Update to 5.3. | e6b2a3eba5fc0720046ffdd9458dd83c89c4b85f | Tobias Geerinckx-Rice | 2020-10-07 11:53:06 |
gnu: filezilla: Run the test. | 2450ccb4b58ecc7305c50ad60fa653c82ba620e3 | Tobias Geerinckx-Rice | 2020-10-07 11:41:38 |
gnu: libfilezilla: Don't build static library. | 0eca1c5de4782392715c859791a127ad4cf952d1 | Tobias Geerinckx-Rice | 2020-10-07 01:46:11 |
gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1. | df7ebbd9bd7c430ee396295ddde1ba32f45af246 | Tobias Geerinckx-Rice | 2020-10-07 01:45:24 |
gnu: cuirass: Update to 0.0.1-51.cb2c4e3. | 19e6c4445f09606bfda72b2f36582021951e1e9c | Mathieu Othacehe | 2020-10-07 11:44:38 |
gnu: Add texlive-fpl. | 5bc041dfd71ed7835d86f67935e9f7c70f31083b | Paul Garlick | 2020-10-07 11:33:02 |
gnu: Add cl-xmls. | 7722c367bc007ca979bc7cb16e135c7ac0b864ed | Adam | 2020-09-30 09:17:19 |
gnu: Add cl-lambda-fiddle. | 582d0108d6e3e225dab810e6c0c03f8a4ca33e1c | Adam | 2020-09-30 08:46:17 |
gnu: entr: Cross-compile. | a5ed8e0e7ce251f0c0f0f60159c30632c0354b56 | Tobias Geerinckx-Rice | 2020-10-07 01:08:21 |
gnu: entr: Update to 4.6. | 16d3630bf4126c8976f6c671b92d1257aa0f3b45 | Tobias Geerinckx-Rice | 2020-10-07 00:49:43 |
gnu: ddcutil: Update to 0.9.9. | 63e4eee9b0a2c8e070016880e69b291b529a5c89 | Tobias Geerinckx-Rice | 2020-10-07 00:46:43 |
gnu: Add xnotify. | 2aa393326d904e9bfa9f460c14d553b2b37f347c | Oleg Pykhalov | 2020-10-06 19:43:18 |
gnu: Add emacs-ob-sclang. | 38094a4f8d56ea8f3ce200a88a2a11885c929348 | Pierre Langlois | 2020-10-03 11:13:50 |
gnu: emacs-geiser: Update to 0.12. | 50110a1aa5521f286dc3cfd2571c0050eae751f3 | Nicolas Goaziou | 2020-10-06 19:34:23 |
gnu: texlive-mathpazo: Include virtual font files. | 6ca673b30dac281ba27a8dac242c0ac83e5e354b | Paul Garlick | 2020-10-06 16:46:22 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/emacs-xyz.scm | 26 | 0 |
File gnu/packages/emacs-xyz.scm changed (mode: 100644) (index 8a9089faf1..99b6667bde) | |||
80 | 80 | ;;; Copyright © 2020 Peng Mei Yu <i@pengmeiyu.com> | ;;; Copyright © 2020 Peng Mei Yu <i@pengmeiyu.com> |
81 | 81 | ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net> | ;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net> |
82 | 82 | ;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com> | ;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com> |
83 | ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org> | ||
83 | 84 | ;;; | ;;; |
84 | 85 | ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. |
85 | 86 | ;;; | ;;; |
... | ... | called. If there are more, each window will have its first character | |
7209 | 7210 | highlighted. Pressing that character will switch to that window.") | highlighted. Pressing that character will switch to that window.") |
7210 | 7211 | (license license:gpl3+))) | (license license:gpl3+))) |
7211 | 7212 | ||
7213 | (define-public emacs-windsize | ||
7214 | ;; There is no proper release. The base version is extracted from the | ||
7215 | ;; "Version" keyword in the main file. | ||
7216 | (let ((revision "1") | ||
7217 | (commit "62c2846bbe95b0a73e996c75e4a644d05f57aaaa")) | ||
7218 | (package | ||
7219 | (name "emacs-windsize") | ||
7220 | (version (git-version "0.1" revision commit)) | ||
7221 | (source | ||
7222 | (origin | ||
7223 | (method git-fetch) | ||
7224 | (uri (git-reference | ||
7225 | (url "https://github.com/grammati/windsize") | ||
7226 | (commit commit))) | ||
7227 | (sha256 | ||
7228 | (base32 "13kfrmv3vmkfanxv9nym5v43hx5p7xkgqmx65zcxh4gcbaham1mi")))) | ||
7229 | (build-system emacs-build-system) | ||
7230 | (home-page "https://github.com/grammati/windsize") | ||
7231 | (synopsis "Easy resizing of Emacs windows") | ||
7232 | (description | ||
7233 | "This package allows moving the borders of the active window | ||
7234 | with the arrow keys. It prefers to move the right or bottom border when | ||
7235 | possible, and falls back to moving the left or top border otherwise.") | ||
7236 | (license license:gpl3+)))) | ||
7237 | |||
7212 | 7238 | (define-public emacs-iedit | (define-public emacs-iedit |
7213 | 7239 | ;; Last release version was in 2016. | ;; Last release version was in 2016. |
7214 | 7240 | (let ((commit "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f") | (let ((commit "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f") |