Move init to custom-init
This commit is contained in:
parent
30193188f4
commit
f9d4ec66c7
3 changed files with 21 additions and 39 deletions
|
|
@ -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)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue