Added note on installing doom emacs.
This commit is contained in:
parent
459788fdbe
commit
2720475e7d
29
arch-config/Dokumente/windows-desktop/emacs.md
Normal file
29
arch-config/Dokumente/windows-desktop/emacs.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# 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\bin` directory to your PATH in the environment variables.
|
||||||
|
|
||||||
|
## doom-emacs
|
||||||
|
|
||||||
|
Open git bash
|
||||||
|
```bash
|
||||||
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
~/.emacs.d/bin/doom install
|
||||||
|
```
|
||||||
|
|
||||||
|
Doom emacs can now be called from git cmd and git bash.
|
||||||
|
To create a shortcut enter the following in target:
|
||||||
|
```
|
||||||
|
<path to git-bash.exe> --cd-to-home -- start emacs
|
||||||
|
```
|
||||||
|
The icon can optionally be changed to the emacs logo by selecting a different symbol and navigating to the emacs.exe
|
||||||
|
|
||||||
|
*Currently doesn't show emotes*
|
Loading…
Reference in New Issue
Block a user