[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/25: gnu: Add emacs-atomic-chrome.
From: |
guix-commits |
Subject: |
25/25: gnu: Add emacs-atomic-chrome. |
Date: |
Tue, 30 Apr 2024 13:17:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a1ffa8a69bbce0beccca0e5183bdf771cdc166ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 19:12:51 2024 +0200
gnu: Add emacs-atomic-chrome.
* gnu/packages/emacs-xyz.scm (emacs-atomic-chrome): New variable.
Change-Id: Ib67551731a22fc576b9e01176b49a6b30ce22465
---
gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 657d68cc58..3700f0801f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11613,6 +11613,36 @@ a RPG style habit tracker and todo list.")
(description "An Emacs port of the Atom One Dark theme from Atom.io.")
(license license:gpl3+))))
+(define-public emacs-atomic-chrome
+ (let ((commit "072a137a19d7e6a300ca3e87c0e142a7f4ccb5fb")
+ (revision "1"))
+ (package
+ (name "emacs-atomic-chrome")
+ (version (git-version "2.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alpha22jp/atomic-chrome")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0lfvqzndip8jxlc0j7pc4kxi9vi84qsqmkhaq14rj3krx79djqnq"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-websocket))
+ (home-page "https://github.com/alpha22jp/atomic-chrome")
+ (synopsis
+ "Edit browser text area with Emacs using Atomic Chrome or Ghost Text")
+ (description
+ "This is an Emacs version of Atomic Chrome and Ghost Text,
+which are extensions that allows you to edit text areas of the browser in
+Emacs.
+
+The input on Emacs is reflected to the browser instantly and continuously.
+You can use both the browser and Emacs at the same time. They are updated to
+the same content bi-directionally.")
+ (license license:gpl2+))))
+
(define-public emacs-zenburn-theme
(package
(name "emacs-zenburn-theme")
- 08/25: gnu: emacs-ebib: Update to 2.41.1., (continued)
- 08/25: gnu: emacs-ebib: Update to 2.41.1., guix-commits, 2024/04/30
- 05/25: gnu: emacs-citre: Update to 0.4., guix-commits, 2024/04/30
- 11/25: gnu: emacs-fennel-mode: Update to 0.9.1., guix-commits, 2024/04/30
- 10/25: gnu: emacs-exec-path-from-shell: Update to 2.2., guix-commits, 2024/04/30
- 13/25: gnu: emacs-jinx: Update to 1.6., guix-commits, 2024/04/30
- 14/25: gnu: emacs-json-mode: Update to 1.9.2., guix-commits, 2024/04/30
- 18/25: gnu: emacs-org-re-reveal: Update to 3.28.2., guix-commits, 2024/04/30
- 16/25: gnu: emacs-lsp-treemacs: Update to 0.5., guix-commits, 2024/04/30
- 12/25: gnu: emacs-helm: Update to 3.9.8., guix-commits, 2024/04/30
- 15/25: gnu: emacs-logview: Update to 0.17.4., guix-commits, 2024/04/30
- 25/25: gnu: Add emacs-atomic-chrome.,
guix-commits <=
- 20/25: gnu: emacs-repo: Update to 0.3.0., guix-commits, 2024/04/30
- 23/25: gnu: emacs-visual-fill-column: Update to 2.6.3., guix-commits, 2024/04/30
- 24/25: gnu: emacs-wttrin: Update to 0.2.4., guix-commits, 2024/04/30
- 21/25: gnu: emacs-solaire-mode: Update to 2.0.5., guix-commits, 2024/04/30
- 17/25: gnu: emacs-lsp-ui: Update to 9.0.0., guix-commits, 2024/04/30
- 22/25: gnu: emacs-vertico: Update to 1.8., guix-commits, 2024/04/30
- 19/25: gnu: emacs-pg: Update to 0.32., guix-commits, 2024/04/30