summaryrefslogtreecommitdiff
path: root/emacs/early-init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-01-29 13:16:59 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2022-01-29 13:16:59 +0000
commit0eee4defb09d895b1059eac98f64225f841007ac (patch)
treef5253a4f8ac57862c09a5e95d9c16f6f24032a7b /emacs/early-init.el
parent9d42200df46bafa2d79b7b315956198fd4c53e80 (diff)
emacs: Do a better job at disabling unwanted modes
Diffstat (limited to 'emacs/early-init.el')
-rw-r--r--emacs/early-init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
index 4080f10..a83816f 100644
--- a/emacs/early-init.el
+++ b/emacs/early-init.el
@@ -21,11 +21,6 @@ directories."
(top . 0.3) (width . 160))
gc-cons-threshold (* 50 1024 1024))
-(menu-bar-mode -1)
-;; Those functions may not exist if the GUI is not compiled in.
-(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
-(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
-
;; Further Early Customization