1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add emacs-do-at-point.

* gnu/packages/emacs-xyz.scm (emacs-do-at-point): New variable.

Change-Id: Iec8d7fdf602aa99dcff8dca60695c37971bb9705
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
jgart
2026-01-31 13:02:09 -05:00
parent fb94a69d43
commit 9bedf9f826

View File

@@ -32588,6 +32588,25 @@ datastructures as needed, both for method parameters and return values, making
using XML-RPC methods fairly transparent to the Lisp code.")
(license license:gpl3+)))
(define-public emacs-do-at-point
(package
(name "emacs-do-at-point")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/do-at-point-"
version ".tar"))
(sha256
(base32 "0kirhg78ra6311hx1f1kpqhpxjxxg61gnzsh9j6id10f92h6m5gz"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/do-at-point.html")
(synopsis "Generic context-sensitive action dispatcher")
(description "This package provides a generalized
@code{find-file-at-point}, both in the sense that it can understand more than
just files, and do more than just open a file.")
(license license:gpl3+)))
(define-public emacs-xpm
(package
(name "emacs-xpm")