From dd972f2031010c118a0f3ddd6b8c1cde7ed76c4a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 3 Sep 2020 09:08:56 +0300 Subject: [PATCH] Tweak some wording --- doc/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.md b/doc/configuration.md index d050fca..c29ab93 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -56,7 +56,7 @@ lexicographical order. The overall loading precedence is: 3. `personal/prelude-modules.el` (or deprecated `prelude-modules.el`) 4. `personal/*` -#### Personalization Example +### Personalization Example Suppose you want to configure `go-mode` to autoformat on each save. You can create a file in `personal/`, let's call this one @@ -69,7 +69,7 @@ can create a file in `personal/`, let's call this one (setq tab-width 2))) ``` -#### Tips +### General Tips **Fork** (instead of cloning) the official Prelude repo and add your own touch to it. You're advised to **avoid changing stuff outside of