From 0eee4defb09d895b1059eac98f64225f841007ac Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 29 Jan 2022 13:16:59 +0000 Subject: emacs: Do a better job at disabling unwanted modes --- emacs/early-init.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emacs/early-init.el') 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 -- cgit v1.2.3-70-g09d2