configs/arch-config/Dokumente/windows-desktop/emacs.md

37 lines
807 B
Markdown
Raw Normal View History

2020-09-30 21:58:40 +02:00
# Installing
## git
Go to the [git homepage](https://git-scm.com/) and install it.
## emacs
Go to the [emacs homepage](https://www.gnu.org/software/emacs/) and install it.
Add the `<location>\emacs\x86_84\bin` directory to your PATH in the environment variables.
### Shortcut
Create a shortcut to `<location>\emacs\x86_64\bin\runemacs.exe`
Edit the shortcut to execute in your home directory `C:\Users\<user>`
## HOME
Add the path to your home to the environment variables.
New variable -> HOME -> `C:\Users\<user>`
2020-09-30 21:58:40 +02:00
## doom-emacs
Open git bash
```bash
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
```
```bash
~/.emacs.d/bin/doom install
```
Add `C:\Users\<user>\.emacs.d\bin` to your PATH.
2020-09-30 21:58:40 +02:00
*Currently doesn't show emotes*
2020-10-01 16:29:17 +02:00
*Missing ripgrep and fd*