mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Add emacs-firefox-javascript-repl.
* gnu/packages/emacs-xyz.scm (emacs-firefox-javascript-repl): New variable. Change-Id: I6867ee1b57c55767836d67cb255f895fefda8c2b
This commit is contained in:
parent
9be9a4a9f5
commit
df0e8e29e6
1 changed files with 25 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi@taiju.info>
|
||||
;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
|
||||
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
|
||||
;;; Copyright © 2022, 2023 jgart <jgart@dismail.de>
|
||||
;;; Copyright © 2022, 2023, 2025 jgart <jgart@dismail.de>
|
||||
;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
|
||||
;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
|
||||
;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
|
||||
|
@ -26222,6 +26222,30 @@ extra resources, such as buffers and processes, to be cleaned up after the
|
|||
object has been freed.")
|
||||
(license license:unlicense)))
|
||||
|
||||
(define-public emacs-firefox-javascript-repl
|
||||
(package
|
||||
(name "emacs-firefox-javascript-repl")
|
||||
(version "0.9.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://elpa.gnu.org/packages/firefox-javascript-repl-" version
|
||||
".tar"))
|
||||
(sha256
|
||||
(base32 "07qmp6hfzgljrl9gkwy673xk67b3bgxq4kkw2kzr8ma4a7lx7a8l"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/firefox-javascript-repl.html")
|
||||
(synopsis "Jack into Firefox")
|
||||
(description
|
||||
"This package provides a way to REPL into a new Firefox instance's
|
||||
@code{JavaScript} engine. A new throwaway Firefox profile directory is
|
||||
created before each run, so you won't need to modify your existing profiles.
|
||||
This mode takes care of starting the new Firefox process in debugging mode,
|
||||
which may be tedious to do by hand. This comint mode is barebones and
|
||||
unstructured, meant for quick @code{JavaScript} experiments.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-emacsql
|
||||
(package
|
||||
(name "emacs-emacsql")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue