Use nromal font weight
This commit is contained in:
parent
2a394c3362
commit
899e17e7b4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(display-time-mode -1) ; Display time in the mode line
|
(display-time-mode -1) ; Display time in the mode line
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
|
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
|
||||||
(add-to-list 'default-frame-alist '(font . "Iosevka Term Medium-13"))
|
(add-to-list 'default-frame-alist '(font . "Iosevka Term-13"))
|
||||||
|
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(add-to-list 'default-frame-alist '(undecorated . t)))
|
(add-to-list 'default-frame-alist '(undecorated . t)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue