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.
- Versions: 1.9.9
- Website: https://github.com/jwiegley/emacs-async
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]