chore(look-and-feel): Remove 4K display logic for stallo

Back to a normal screen!
This commit is contained in:
Vincent Ambo 2018-01-04 23:22:51 +01:00
parent 866d8996e3
commit f3b9126fa2

View file

@ -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)))