diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/init.el b/init.el index 67f9a7a..e385e4a 100644 --- a/init.el +++ b/init.el | |||
@@ -368,11 +368,7 @@ | |||
368 | " Client"))) | 368 | " Client"))) |
369 | tab-bar-show 1 | 369 | tab-bar-show 1 |
370 | use-dialog-box nil | 370 | use-dialog-box nil |
371 | use-file-dialog nil | 371 | use-file-dialog nil) |
372 | inhibit-startup-echo-area-message (pcase acdw/system | ||
373 | (:home "acdw") | ||
374 | (:work "aduckworth") | ||
375 | (:other (getenv "USER")))) | ||
376 | 372 | ||
377 | ;;;; Etc. bindings | 373 | ;;;; Etc. bindings |
378 | (global-set-key [remap just-one-space] #'cycle-spacing) | 374 | (global-set-key [remap just-one-space] #'cycle-spacing) |