aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 9b5474f..37222a4 100644
--- a/early-init.el
+++ b/early-init.el
@@ -48,3 +48,13 @@
48(push '(ns-transparent-titlebar . t) default-frame-alist) 48(push '(ns-transparent-titlebar . t) default-frame-alist)
49(setq frame-inhibit-implied-resize t 49(setq frame-inhibit-implied-resize t
50 frame-resize-pixelwise t) 50 frame-resize-pixelwise t)
51
52
53;; ---------------------------------
54;; Start with a black background
55;; -----------------------------
56;; This is necessary to prevent eye
57;; damage
58;; ---------------------------------
59
60(set-face-attribute 'default nil :background "#000000" :foreground "#FFFFFF")