2021-02-03 11:23:13 -05:00
|
|
|
## Install
|
|
|
|
|
|
|
|
Clone the repository
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://git.lain.church/zdm/emacs-config ~/.emacs.d/
|
|
|
|
```
|
|
|
|
|
|
|
|
After launching Emacs the directory structure will be the following
|
|
|
|
|
|
|
|
```
|
2021-02-03 11:33:54 -05:00
|
|
|
.git
|
2021-02-03 11:23:13 -05:00
|
|
|
auto-package-configuration/
|
|
|
|
auto-package-data/
|
|
|
|
elpa/
|
|
|
|
my-utils/
|
|
|
|
others-utils/
|
|
|
|
src-packages/
|
|
|
|
system-dependencies/
|
|
|
|
.gitignore
|
|
|
|
README.md
|
|
|
|
init.el
|
|
|
|
```
|