Repair windows settings

This commit is contained in:
Marcus Kammer 2019-09-26 13:07:42 +02:00
parent 73a508fc6a
commit c8f103ccd5

View file

@ -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"))))