move more settings to the early init file

This commit is contained in:
2022-01-16 15:27:42 +01:00
parent c65ffe449e
commit 306a7fc2a4
6 changed files with 97 additions and 49 deletions

View File

@@ -20,7 +20,10 @@ a bunch of online resources.
# Installation
Run one of the following install script commands (using curl, wget or fetch).
Download repo and point the emacs `init` (and `early-init.el`) file to
this configuration.
Or run one of the following install script commands (using curl, wget or fetch).
sh -c "$(curl -fsSL http://gitea.weseng.de/daniel/emacs/raw/master/scripts/install.sh)"
sh -c "$(wget -O- http://gitea.weseng.de/daniel/emacs/raw/master/scripts/install.sh)"