summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org5
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
9Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. 9Let’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")