How to Install elpa-async in Ubuntu 18.04



Install elpa-async by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-async

Description:

simple library for asynchronous processing in Emacs

async.el is a module for doing asynchronous processing in Emacs. The most common application is to make dired move and rename files asynchronously i.e. in the background. Then the user need not wait for the move or copy to complete before they can use Emacs for other tasks.

Homepage: https://elpa.gnu.org/packages/async.html

Version: 1.9.2-1

Section: universe/lisp