began new doom emacs config
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user