setup/doc/setup-emacs.md

12 lines
223 B
Markdown
Raw Normal View History

2022-02-14 13:33:50 +01:00
# Setup Emacs
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install Emacs directly from the official repository
```
sudo apt install emacs --no-install-recommends
```