diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bbd3c12a8f..4ac5ad2f47 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 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")