aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/early-init.el
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-12-03 14:08:13 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-12-03 14:08:59 +0000
commit51c373b3cb889ed5e3e62898911a342875dcf28e (patch)
treec055a3b57c03c877180b228cd345c03dd1a668b9 /Emacs/.config/emacs/early-init.el
parentc4c7563ea54f137a2ba394cec1b02231de8efb10 (diff)
downloaddotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.gz
dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.tar.bz2
dotfiles-51c373b3cb889ed5e3e62898911a342875dcf28e.zip
Cannot be bothered to explain - just read the changes if you want
Diffstat (limited to 'Emacs/.config/emacs/early-init.el')
-rw-r--r--Emacs/.config/emacs/early-init.el4
1 files changed, 4 insertions, 0 deletions
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)