How to Install elpa-use-package in Ubuntu 18.04



Install elpa-use-package by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-use-package

Description:

use-package declaration for simplifying your .emacs

The `use-package' declaration macro allows you to isolate package configuration in your ".emacs" in a way that is performance-oriented and tidy. It helps to configure a given package, manage keybindings, diminish minor modes, load packages from ELPA with package.el and so on.

Homepage: https://github.com/jwiegley/use-package

Version: 2.3+repack-2

Section: universe/lisp