Update init
This commit is contained in:
parent
aec4ad2362
commit
73a508fc6a
1 changed files with 3 additions and 3 deletions
6
init.el
6
init.el
|
@ -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.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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
|
||||||
;; custom-set-variables was added by Custom.
|
;; 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"))
|
(add-to-list 'load-path (expand-file-name "~/AppData/Roaming/__secrets"))
|
||||||
(cd "~/opt")
|
(cd "~/opt")
|
||||||
(when (display-graphic-p)
|
(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 '(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 '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