Repair windows settings
This commit is contained in:
parent
73a508fc6a
commit
c8f103ccd5
1 changed files with 2 additions and 2 deletions
4
init.el
4
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 '(undecorated . nil))
|
||||||
(add-to-list 'default-frame-alist '(font . "Iosevka Term-11"))
|
(add-to-list 'default-frame-alist '(font . "Iosevka Term-11"))
|
||||||
(when (string= (system-name) "EVG01788WS")
|
(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")))
|
(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)
|
(when (eq system-type 'gnu/linux)
|
||||||
(setq slime-lisp-implementations '((sbcl ("/usr/bin/sbcl"))))
|
(setq slime-lisp-implementations '((sbcl ("/usr/bin/sbcl"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue