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

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.

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.