From 26a970b2343d141b85b5c5a548dd226f4fff446e Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sun, 30 Apr 2023 03:18:06 -0400 Subject: FIX: disable superfluous UI elements --- init.el | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 12cc2f1..f37ad3a 100644 --- a/init.el +++ b/init.el @@ -59,11 +59,33 @@ ;; --------------------------------------------------------------------- -;;; Window Manager / Desktop Environment -;; ------------------------------------- -;; Emacs is capable of functioning as the entire desktop environment. +;;; Graphical Environment +;; ---------------------- +;; MMOSMacs is intended to be my entire Desktop Environment. ;; --------------------------------------------------------------------- +;; --------------------------------- +;; Disable superfluous UI elements +;; ------------------------------- +;; These UI elements are not useful +;; for the system I am trying to +;; make MMOSMacs into. +;; +;; Some of these were disabled in +;; Early Init, but for completion's +;; sake I disable them here as well. +;; --------------------------------- + +(scroll-bar-mode -1) +(tool-bar-mode -1) +(tooltip-mode -1) +(menu-bar-mode -1) +(set-fringe-mode -1) +(setq use-dialog-box nil + inhibit-startup-message t + initial-scratch-message "") + + ;; --------------------------------- ;; Emacs X Window Manager (EXWM) ;; ----------------------------- -- cgit v1.2.3