diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-06 18:14:17 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-06 18:14:17 +0100 |
commit | cc035db34961d3fabeb3dc9fcf1d912d928ff247 (patch) | |
tree | 5b235e23898365d1f3a9b3bb419163397f19278b | |
parent | typo (diff) | |
download | st-cc035db34961d3fabeb3dc9fcf1d912d928ff247.tar.gz st-cc035db34961d3fabeb3dc9fcf1d912d928ff247.tar.bz2 st-cc035db34961d3fabeb3dc9fcf1d912d928ff247.tar.xz st-cc035db34961d3fabeb3dc9fcf1d912d928ff247.tar.zst st-cc035db34961d3fabeb3dc9fcf1d912d928ff247.zip |
Consistency
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README.org | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -49,5 +49,5 @@ Most settings are done by editing config.h and recompiling. Colors ------ - The colorscheme used in this build is gruvbox dark hard, you can change it - at config.h:110. + The colorscheme used in this build is gruvbox dark hard, you can + change it at config.h:110. @@ -41,7 +41,7 @@ Most settings are done by editing ~config.h~ and recompiling. ** Fonts The default font is part of the [[https://github.com/ryanoasis/nerd-fonts][Nerd Fonts]] collection but can -be changed in ~config.h:19~. +be changed at ~config.h:19~. ** Colors The colorscheme used in this build is ~gruvbox dark hard~, you can change it |