From 51c373b3cb889ed5e3e62898911a342875dcf28e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Dec 2024 14:08:13 +0000 Subject: Cannot be bothered to explain - just read the changes if you want --- Emacs/.config/emacs/early-init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Emacs/.config/emacs/early-init.el') diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el index 0a4881c..ebe4062 100644 --- a/Emacs/.config/emacs/early-init.el +++ b/Emacs/.config/emacs/early-init.el @@ -46,6 +46,7 @@ ;; don't use x resources lol (advice-add #'x-apply-session-resources :override #'ignore) + ;; turn off the menu bar, tool bar, scroll bar, fringes ;; also set the transparency (active inactive) (setq-default @@ -60,6 +61,9 @@ tool-bar-mode nil scroll-bar-mode nil) +;; no flash bang, please +(set-face-background 'default "#0a0a0a") + ;; Disable making the tool bar (advice-add #'tool-bar-setup :override #'ignore) -- cgit v1.2.3-13-gbd6f