How to Install elpa-cider in Ubuntu 18.04



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

sudo apt update
sudo apt install elpa-cider

Description:

Clojure IDE for Emacs

CIDER is the Clojure(Script) Interactive Development Environment that Rocks . While clojure-mode provides Emacs support for editing Clojure source files, CIDER's cider-mode provides support for interacting with a running Clojure process for compilation, debugging, looking up definitions and more. . This package installs CIDER's documentation.

Homepage: https://www.github.com/clojure-emacs/cider

Version: 0.16.0+dfsg-2build1

Section: universe/lisp