emacs-async 1.9.9
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.
- Outputs:
out
- 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 emacs-async 1.9.9
as follows:
guix install emacs-async@1.9.9
Or install the latest version:
guix install emacs-async
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.