Modify frame settings
This commit is contained in:
parent
7f9bf1a3e6
commit
01d5954042
1 changed files with 4 additions and 3 deletions
7
init.el
7
init.el
|
@ -69,8 +69,10 @@ There are two things you can do about this warning:
|
|||
'(default-frame-alist
|
||||
(quote
|
||||
((fullscreen . maximized)
|
||||
(width . 90)
|
||||
(height . 46)
|
||||
(left . 5)
|
||||
(top . 5)
|
||||
(width . 195)
|
||||
(height . 35)
|
||||
(font . "Iosevka Term-13.0")
|
||||
(vertical-scroll-bars)
|
||||
(horizontal-scroll-bars)
|
||||
|
@ -222,7 +224,6 @@ 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) "EVG02667NB")
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo"))
|
||||
(unless (file-directory-p (expand-file-name "~/Documents"))
|
||||
(let ((docs-path (getenv "DOCS_PATH")))
|
||||
|
|
Loading…
Add table
Reference in a new issue