From 8264c0db73fff0869c8b953ead6ff6a4a375bada Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 18 Oct 2020 10:10:12 +0000
Subject: [PATCH] set mac default directory

---
 config.org |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/config.org b/config.org
index 20dfc72..f07e2f6 100644
--- a/config.org
+++ b/config.org
@@ -14,7 +14,8 @@
          (use-package exec-path-from-shell
            :ensure t
            :config
-           (exec-path-from-shell-initialize))))
+           (exec-path-from-shell-initialize))
+         (setq default-directory "~/")))
 #+END_SRC
 
 * Aesthetic changes

--
Gitblit v1.9.3