me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-exwm-firefox.

* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Ian Eure 2023-11-14 18:13:18 -08:00 committed by Liliana Marie Prikler
parent 4de0a818e1
commit 61dbcde666
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 25 additions and 0 deletions

View File

@ -31365,6 +31365,31 @@ workspaces.")
keypresses mapped in firefox to the action described in the function name.")
(license (list license:gpl3+)))))
(define-public emacs-exwm-firefox
(let ((commit "7390c3bc425894aeda3c12c23f61a234bb71a2d9")
(revision "1"))
(package
(name "emacs-exwm-firefox")
(version (git-version "0.4" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/emacs-weirdware/exwm-firefox.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0xmgij04h4cbcgqafyyf9qajf0wp6mxpfpwjm6gi1jgisrql882d"))))
(build-system emacs-build-system)
(inputs (list emacs-exwm-firefox-core emacs-s emacs-exwm))
(home-page "https://codeberg.org/emacs-weirdware/exwm-firefox")
(synopsis "Enhanced support for Firefox under EXWM")
(description
"This package adds enhanced support for Firefox (and forks
based on Firefox) under EXWM. Keybindings intentionally mirror other Emacs
navigation controls.")
(license (list license:gpl3+)))))
(define-public emacs-ert-async
(package
(name "emacs-ert-async")