diff options
-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") |