diff options
| author | jgart <jgart@dismail.de> | 2026-01-31 13:02:09 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-01 22:22:46 -0500 |
| commit | 9bedf9f826539b615ca8454d11fe1452f2fd6356 (patch) | |
| tree | 79ea4f699680a47007ad6a840132b962fbbe9bf7 /gnu | |
| parent | fb94a69d4308c75ddbea465fe9d0aee4d6edb42d (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bbd3c12a8fd..4ac5ad2f47e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -32588,6 +32588,25 @@ datastructures as needed, both for method parameters and return values, making | |||
| 32588 | using XML-RPC methods fairly transparent to the Lisp code.") | 32588 | using XML-RPC methods fairly transparent to the Lisp code.") |
| 32589 | (license license:gpl3+))) | 32589 | (license license:gpl3+))) |
| 32590 | 32590 | ||
| 32591 | (define-public emacs-do-at-point | ||
| 32592 | (package | ||
| 32593 | (name "emacs-do-at-point") | ||
| 32594 | (version "0.1.2") | ||
| 32595 | (source | ||
| 32596 | (origin | ||
| 32597 | (method url-fetch) | ||
| 32598 | (uri (string-append "https://elpa.gnu.org/packages/do-at-point-" | ||
| 32599 | version ".tar")) | ||
| 32600 | (sha256 | ||
| 32601 | (base32 "0kirhg78ra6311hx1f1kpqhpxjxxg61gnzsh9j6id10f92h6m5gz")))) | ||
| 32602 | (build-system emacs-build-system) | ||
| 32603 | (home-page "https://elpa.gnu.org/packages/do-at-point.html") | ||
| 32604 | (synopsis "Generic context-sensitive action dispatcher") | ||
| 32605 | (description "This package provides a generalized | ||
| 32606 | @code{find-file-at-point}, both in the sense that it can understand more than | ||
| 32607 | just files, and do more than just open a file.") | ||
| 32608 | (license license:gpl3+))) | ||
| 32609 | |||
| 32591 | (define-public emacs-xpm | 32610 | (define-public emacs-xpm |
| 32592 | (package | 32611 | (package |
| 32593 | (name "emacs-xpm") | 32612 | (name "emacs-xpm") |
