Emacs Prelude Install

[Solved] Emacs Prelude Install | Lisp - Code Explorer | yomemimo.com
Question : emacs prelude install

Answered by : nate-60d5l2b7exl8

// Install emacs first
curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
// or using wget
$ wget --no-check-certificate https://github.com/bbatsov/prelude/raw/master/utils/installer.sh -O - | sh

Source : https://prelude.emacsredux.com/en/latest/installation/ | Last Update : Wed, 28 Sep 22

Answers related to emacs prelude install

Code Explorer Popular Question For Lisp