Avoid blindness on HiDPI screen
This commit is contained in:
parent
661e49ba17
commit
682675cbfd
2
+ui.el
2
+ui.el
|
@ -1,7 +1,7 @@
|
||||||
;;; ~/.doom.d/+ui.el -*- lexical-binding: t; -*-
|
;;; ~/.doom.d/+ui.el -*- lexical-binding: t; -*-
|
||||||
;; Appearance settings
|
;; Appearance settings
|
||||||
;; Set Font and theme
|
;; Set Font and theme
|
||||||
(setq doom-font (font-spec :family "Iosevka Medium" :size 16)
|
(setq doom-font (font-spec :family "Iosevka Medium" :size 24)
|
||||||
doom-theme 'doom-nord)
|
doom-theme 'doom-nord)
|
||||||
;; Display Magit status in fullscreen
|
;; Display Magit status in fullscreen
|
||||||
(after! magit
|
(after! magit
|
||||||
|
|
1
init.el
1
init.el
|
@ -160,6 +160,7 @@
|
||||||
swift ; who asked for emoji variables?
|
swift ; who asked for emoji variables?
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
web ; the tubes
|
web ; the tubes
|
||||||
|
yaml ; JSON, but readable
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +gmail)
|
;;(mu4e +gmail)
|
||||||
|
|
Loading…
Reference in New Issue