From cd25f7967bd8b54ae9701b463229b5c79a92aefd Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Fri, 5 Feb 2021 17:49:59 -0600
Subject: Fri, Feb  5, 2021 05.49.58p

---
 config.org | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config.org b/config.org
index 0511321..8d1faaa 100644
--- a/config.org
+++ b/config.org
@@ -2469,7 +2469,9 @@ Inspo:
                 org-log-into-drawer "LOGBOOK"
                 org-log-done t
                 ;; archive
-                org-archive-location "archive.org::")
+                org-archive-location (concat (expand-file-name ".archive.org"
+                                                               org-directory)
+                                             "::"))
 #+end_src
 
 #+begin_src emacs-lisp :noweb-ref bindings
@@ -2603,11 +2605,13 @@ any data loss.  Here's what all that looks like.
     (dolist (path (list
                    ;; Windows
                    (expand-file-name "exe" win-app-dir)
+                   (expand-file-name "exe/bin" win-app-dir)
                    (expand-file-name "Git/bin" win-app-dir)
                    (expand-file-name "Git/usr/bin" win-app-dir)
                    (expand-file-name "Git/mingw64/bin" win-app-dir)
                    (expand-file-name "Everything" win-app-dir)
                    (expand-file-name "Win-builds/bin" win-app-dir)
+                   (expand-file-name "Z/bin" win-app-dir)
                    ;; Linux
                    (expand-file-name "bin" user-emacs-directory)
                    (expand-file-name "~/bin")
-- 
cgit 1.4.1-21-gabe81