chore(look-and-feel): Remove 4K display logic for stallo
Back to a normal screen!
This commit is contained in:
parent
866d8996e3
commit
f3b9126fa2
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
;; Configure editor fonts
|
||||
|
||||
;; Determine fontsize based on machine (4K display on stallo):
|
||||
(letrec ((hostname (s-trim (f-read "/etc/hostname")))
|
||||
(font-size (if (equal hostname "stallo") 38 12))
|
||||
(letrec ((font-size 12)
|
||||
(font (format "Input Mono-%d" font-size)))
|
||||
(setq default-frame-alist `((font-backend . "xft")
|
||||
(font . ,font)))
|
||||
|
|
Loading…
Reference in a new issue