diff --git a/README.md b/README.md index 8e37b85..7f9c14e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ Follow guide [here](https://wiki.archlinux.org/title/Xorg/Keyboard_configuration sudo localectl set-x11-keymap de ``` +## NTP +``` bash +sudo systemctl enable systemd-timesyncd +``` + +` + ## 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) @@ -35,4 +42,4 @@ sudo localectl set-x11-keymap de 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 \ No newline at end of file +3. activate `literate` in `init.el` to be able to use the `config.org` file