From c8f103ccd5845f76a050c74494792aa7349f7a9f Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Thu, 26 Sep 2019 13:07:42 +0200 Subject: [PATCH] Repair windows settings --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 206f662e..371390b4 100755 --- a/init.el +++ b/init.el @@ -222,9 +222,9 @@ There are two things you can do about this warning: (add-to-list 'default-frame-alist '(undecorated . nil)) (add-to-list 'default-frame-alist '(font . "Iosevka Term-11")) (when (string= (system-name) "EVG01788WS") - (add-to-list 'default-frame-alist '(fullscreen . maximized) + (add-to-list 'default-frame-alist '(fullscreen . maximized)) (add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo"))) - (when (string= (system-name) "XPS-8930"))))) + (when (string= (system-name) "XPS-8930")))) (when (eq system-type 'gnu/linux) (setq slime-lisp-implementations '((sbcl ("/usr/bin/sbcl"))))