aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-07-06 01:05:52 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-07-06 01:05:52 -0400
commit4586f7553272ba6b62d265e369e5d843d57323eb (patch)
tree30fc4ba12efe4d0e3b0460bf43e71f40a1eae592 /early-init.el
parentAdd `org-super-agenda` and overhaul PKMS Agenda system (diff)
downloadmmosmacs-4586f7553272ba6b62d265e369e5d843d57323eb.tar.gz
mmosmacs-4586f7553272ba6b62d265e369e5d843d57323eb.tar.bz2
mmosmacs-4586f7553272ba6b62d265e369e5d843d57323eb.zip
Fix default face color not working with additional EXWM workspaces
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el
index e9df2d0..a008338 100644
--- a/early-init.el
+++ b/early-init.el
@@ -78,7 +78,7 @@
78;; damage 78;; damage
79;; --------------------------------- 79;; ---------------------------------
80 80
81(set-face-attribute 'default nil :background "#000000" :foreground "#FFFFFF") 81(set-face-attribute 'default nil :background "#000000" :foreground "#c6a57b")
82 82
83 83
84 84