diff options
author | Case Duckworth | 2020-12-21 22:49:55 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-21 22:49:55 -0600 |
commit | fca8f1c67ef8febc077b906d6fd6cdba7da28a07 (patch) | |
tree | b4967b2ccf631058d11b740e9f6f83a259bde59a | |
parent | whitespace (diff) | |
download | emacs-fca8f1c67ef8febc077b906d6fd6cdba7da28a07.tar.gz emacs-fca8f1c67ef8febc077b906d6fd6cdba7da28a07.zip |
Correct comment whitespace
-rw-r--r-- | README.md | 3 |
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") |