Move init to custom-init

This commit is contained in:
Maciej 2023-02-14 09:02:40 +02:00
parent 30193188f4
commit f9d4ec66c7
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 21 additions and 39 deletions

View file

@ -15,3 +15,10 @@ As of current iteration, I avoid usage of Evil modes, instead focusing of usage
```bash
git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d
```
And then put the following lines into init.el
```emacs
(require '+custom-init "$HOME/.emacs.d/custom-init.el")
(provide 'init)
```