Update init

This commit is contained in:
Marcus Kammer 2019-09-25 22:20:06 +02:00
parent aec4ad2362
commit 73a508fc6a

View file

@ -38,7 +38,7 @@ There are two things you can do about this warning:
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(variable-pitch ((t (:family "Roboto")))))
'(variable-pitch ((t (:family "Roboto Condensed")))))
(custom-set-variables
;; custom-set-variables was added by Custom.
@ -219,12 +219,12 @@ There are two things you can do about this warning:
(add-to-list 'load-path (expand-file-name "~/AppData/Roaming/__secrets"))
(cd "~/opt")
(when (display-graphic-p)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(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 '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"))))