diff options
author | Case Duckworth | 2021-03-27 00:03:43 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-27 00:03:43 -0500 |
commit | ef3fb64f5f6cacd34b06bc7e7fd12a0c7d335d8e (patch) | |
tree | 18b031420271daa0bf8a63e6573df4326cd83d2f | |
parent | Correct truncate-lines setting /again/ (diff) | |
download | emacs-ef3fb64f5f6cacd34b06bc7e7fd12a0c7d335d8e.tar.gz emacs-ef3fb64f5f6cacd34b06bc7e7fd12a0c7d335d8e.zip |
Correct :work settings
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index d670b74..30e0954 100644 --- a/init.el +++ b/init.el | |||
@@ -159,7 +159,7 @@ | |||
159 | " Welcome to GNU Emacs.\n\n")))) | 159 | " Welcome to GNU Emacs.\n\n")))) |
160 | 160 | ||
161 | ;;; Windows settings | 161 | ;;; Windows settings |
162 | (when (eq acdw/system :home) | 162 | (when (eq acdw/system :work) |
163 | (acdw/set `((w32-allow-system-shell t) | 163 | (acdw/set `((w32-allow-system-shell t) |
164 | (w32-pass-lwindow-to-system nil) | 164 | (w32-pass-lwindow-to-system nil) |
165 | (w32-lwindow-modifier 'super) | 165 | (w32-lwindow-modifier 'super) |
@@ -168,6 +168,8 @@ | |||
168 | (w32-pass-apps-to-system nil) | 168 | (w32-pass-apps-to-system nil) |
169 | (w32-apps-modifier 'hyper)))) | 169 | (w32-apps-modifier 'hyper)))) |
170 | 170 | ||
171 | (acdw/set '((default-directory (expand-file-name "~/")))) | ||
172 | |||
171 | ;;; Minibuffer | 173 | ;;; Minibuffer |
172 | 174 | ||
173 | (acdw/set '((minibuffer-prompt-properties (read-only t | 175 | (acdw/set '((minibuffer-prompt-properties (read-only t |