added explanation for NTP setup
This commit is contained in:
@@ -28,6 +28,13 @@ Follow guide [here](https://wiki.archlinux.org/title/Xorg/Keyboard_configuration
|
|||||||
sudo localectl set-x11-keymap de
|
sudo localectl set-x11-keymap de
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## NTP
|
||||||
|
``` bash
|
||||||
|
sudo systemctl enable systemd-timesyncd
|
||||||
|
```
|
||||||
|
|
||||||
|
`
|
||||||
|
|
||||||
## Doom Emacs
|
## Doom Emacs
|
||||||
1. emacs and optional dependencies should be included in `pkglist.txt`
|
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)
|
2. [install](https://github.com/doomemacs/doomemacs/tree/master#install) [Doom Emacs](https://github.com/doomemacs/doomemacs)
|
||||||
@@ -35,4 +42,4 @@ sudo localectl set-x11-keymap de
|
|||||||
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
|
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
|
||||||
~/.config/emacs/bin/doom install
|
~/.config/emacs/bin/doom install
|
||||||
```
|
```
|
||||||
3. activate `literate` in `init.el` to be able to use the `config.org` file
|
3. activate `literate` in `init.el` to be able to use the `config.org` file
|
||||||
|
|||||||
Reference in New Issue
Block a user