This package browser is in early development. Mind the rough edges.

emacs-async

Asynchronous processing in Emacs

This package provides the ability to call asynchronous functions and processes. For example, it can be used to run dired commands (for copying, moving, etc.) asynchronously using dired-async-mode. Also it is used as a library for other Emacs packages.

Installation

Install the latest version of emacs-async as follows:

guix install emacs-async

Or install a particular version:

guix install emacs-async@1.9.9

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-async about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-async'><img src='https://packages.guix.gnu.org/packages/emacs-async/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-async/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-async)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-async][https://packages.guix.gnu.org/packages/emacs-async/badges/latest-version.svg]]