From 40898b34bfd4808d46e999e8744c203da834893a Mon Sep 17 00:00:00 2001 From: Harry Prins <26745575+harryvederci@users.noreply.github.com> Date: Sat, 3 Oct 2020 17:49:19 +0100 Subject: [PATCH] Remove conflicting formats Remove fat formatting that interferes with inner monospace/code formatted text. This caused "=" and "~" signs to be displayed (at least in the browser, on the github readme page). --- docs/getting_started.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 7b513ec1b..eb6fdd2f4 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -311,13 +311,13 @@ process. Before moving on to installing Emacs et co, a few steps to prepare Windows for Emacs are necessary: -1. *Create a ~HOME~ [[https://mywindowshub.com/how-to-edit-system-environment-variables-for-a-user-in-windows-10/][system environment variable]].* +1. Create a ~HOME~ [[https://mywindowshub.com/how-to-edit-system-environment-variables-for-a-user-in-windows-10/][system environment variable]]. Set it to =C:\Users\USERNAME\=, otherwise Emacs will treat =C:\Users\USERNAME\AppData\Roaming= as your ~HOME~, which will cause issues later. -2. *Add =C:\Users\USERNAME\.emacs.d\bin= to your ~PATH~.* +2. Add =C:\Users\USERNAME\.emacs.d\bin= to your ~PATH~. This way, you don't have to type all of =C:\Users\USERNAME\.emacs.d\bin\doom= every time you need to run this script (and you'll need to, often).