From ef3fb64f5f6cacd34b06bc7e7fd12a0c7d335d8e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 27 Mar 2021 00:03:43 -0500 Subject: Correct :work settings --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index d670b74..30e0954 100644 --- a/init.el +++ b/init.el @@ -159,7 +159,7 @@ " Welcome to GNU Emacs.\n\n")))) ;;; Windows settings -(when (eq acdw/system :home) +(when (eq acdw/system :work) (acdw/set `((w32-allow-system-shell t) (w32-pass-lwindow-to-system nil) (w32-lwindow-modifier 'super) @@ -168,6 +168,8 @@ (w32-pass-apps-to-system nil) (w32-apps-modifier 'hyper)))) +(acdw/set '((default-directory (expand-file-name "~/")))) + ;;; Minibuffer (acdw/set '((minibuffer-prompt-properties (read-only t -- cgit 1.4.1-21-gabe81