Emacs 10 - Minimal configuration Emacs
Publish date: Dec 24, 2020
Objective
Run vanilla Emacs with no dependencies but with a behavior of my liking. It’s convenient because I can run it with a standard Emacs installation.
The config file:
Run without messing up with a local config
To be able to run this no dependencies config, you can run with Emacs home in a temporary file.
wget https://mo-profile.com/.emacs -O /tmp/.emacs && HOME=/tmp && emacs