diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-09-21 21:20:13 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-09-21 21:20:55 +0100 |
commit | 8c95236530d1f822d52bbeec745e000fe385803c (patch) | |
tree | 71a4a424189eb2241f248480f31e732d0c1ca3bc /Emacs/.config/emacs/early-init.el | |
parent | cc6380bdc49e8d897e0b220ba17429a49fb095d1 (diff) | |
download | dotfiles-8c95236530d1f822d52bbeec745e000fe385803c.tar.gz dotfiles-8c95236530d1f822d52bbeec745e000fe385803c.tar.bz2 dotfiles-8c95236530d1f822d52bbeec745e000fe385803c.zip |
Small refactor
Diffstat (limited to 'Emacs/.config/emacs/early-init.el')
-rw-r--r-- | Emacs/.config/emacs/early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el index c136fd8..5f9c9bb 100644 --- a/Emacs/.config/emacs/early-init.el +++ b/Emacs/.config/emacs/early-init.el @@ -63,6 +63,7 @@ ;; no flash bang, please (set-face-background 'default "#0a0a0a") +(set-face-foreground 'default "#fafafa") ;; Disable making the tool bar (advice-add #'tool-bar-setup :override #'ignore) |