aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-06 02:49:32 -0500
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-06 02:49:32 -0500
commit498ac6e7e9a2cda0f0a7e8dcc4cb69fec33a37b8 (patch)
treeee7133bba89cad12bc4fff3ff068ccc6c33a8afd /early-init.el
parentShow :LOGBOOK: items in org-agenda view (diff)
downloadmmosmacs-498ac6e7e9a2cda0f0a7e8dcc4cb69fec33a37b8.tar.gz
mmosmacs-498ac6e7e9a2cda0f0a7e8dcc4cb69fec33a37b8.tar.bz2
mmosmacs-498ac6e7e9a2cda0f0a7e8dcc4cb69fec33a37b8.zip
Dim inactive buffers
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 a008338..534fe07 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 "#c6a57b") 81(set-face-attribute 'default nil :background "#0a0a0a" :foreground "#c6a57b")
82 82
83 83
84 84