summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:49:55 -0600
committerCase Duckworth2020-12-21 22:49:55 -0600
commitfca8f1c67ef8febc077b906d6fd6cdba7da28a07 (patch)
treeb4967b2ccf631058d11b740e9f6f83a259bde59a /README.md
parentwhitespace (diff)
downloademacs-fca8f1c67ef8febc077b906d6fd6cdba7da28a07.tar.gz
emacs-fca8f1c67ef8febc077b906d6fd6cdba7da28a07.zip
Correct comment whitespace
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 0c76ef5..1be56dd 100644 --- a/README.md +++ b/README.md
@@ -7,7 +7,8 @@ Let’s configure Emacs using Org mode, they said. It’ll be fun, they said.
7## Correct `exec-path` 7## Correct `exec-path`
8 8
9 (let ((win-downloads "c:/Users/aduckworth/Downloads")) 9 (let ((win-downloads "c:/Users/aduckworth/Downloads"))
10 (dolist (path (list ;; Linux 10 (dolist (path (list
11 ;; Linux
11 (expand-file-name "bin" 12 (expand-file-name "bin"
12 user-emacs-directory) 13 user-emacs-directory)
13 (expand-file-name "~/bin") 14 (expand-file-name "~/bin")