began new doom emacs config

This commit is contained in:
paul-loedige
2023-10-22 23:18:19 +02:00
parent 57e5cfd545
commit 1084c5de3a
2 changed files with 41 additions and 5 deletions
+10 -1
View File
@@ -26,4 +26,13 @@ KEYMAP=de-latin1
Follow guide [here](https://wiki.archlinux.org/title/Xorg/Keyboard_configuration#Using_localectl)
``` bash
sudo localectl set-x11-keymap de
```
```
## Doom Emacs
1. emacs and optional dependencies should be included in `pkglist.txt`
2. [install](https://github.com/doomemacs/doomemacs/tree/master#install) [Doom Emacs](https://github.com/doomemacs/doomemacs)
```bash
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
```
3. activate `literate` in `init.el` to be able to use the `config.org` file