diff options
author | Case Duckworth | 2020-12-16 20:14:33 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-16 20:14:33 -0600 |
commit | a29759eb2dcb5f11320e061605a44fe13df8377e (patch) | |
tree | 7b3640d26fb7e72becb717017fd44b6da7ba8328 | |
parent | Update tangled files (diff) | |
download | emacs-a29759eb2dcb5f11320e061605a44fe13df8377e.tar.gz emacs-a29759eb2dcb5f11320e061605a44fe13df8377e.zip |
whitespace
-rw-r--r-- | config.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.org b/config.org index 8c2f7be..e429723 100644 --- a/config.org +++ b/config.org | |||
@@ -4,7 +4,7 @@ | |||
4 | #+EXPORT_FILE_NAME: README.md | 4 | #+EXPORT_FILE_NAME: README.md |
5 | #+OPTIONS: toc:nil | 5 | #+OPTIONS: toc:nil |
6 | #+BANKRUPTCY_COUNT: 3 | 6 | #+BANKRUPTCY_COUNT: 3 |
7 | #+Time-stamp: <2020-12-16 16:48:46 aduckworth> | 7 | #+Time-stamp: <2020-12-16 20:14:19 acdw> |
8 | 8 | ||
9 | Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. | 9 | Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. |
10 | 10 | ||
@@ -14,7 +14,8 @@ Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. | |||
14 | 14 | ||
15 | #+begin_src emacs-lisp | 15 | #+begin_src emacs-lisp |
16 | (let ((win-downloads "c:/Users/aduckworth/Downloads")) | 16 | (let ((win-downloads "c:/Users/aduckworth/Downloads")) |
17 | (dolist (path (list ;; Linux | 17 | (dolist (path (list |
18 | ;; Linux | ||
18 | (expand-file-name "bin" | 19 | (expand-file-name "bin" |
19 | user-emacs-directory) | 20 | user-emacs-directory) |
20 | (expand-file-name "~/bin") | 21 | (expand-file-name "~/bin") |