aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-30 03:18:06 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-30 03:18:06 -0400
commit26a970b2343d141b85b5c5a548dd226f4fff446e (patch)
treeba8d3d98b56359367612d532da294dc59a448b26
parentPR #13: Merge `rfc/8/exwm` branch to `stable` branch (diff)
downloadmmosmacs-26a970b2343d141b85b5c5a548dd226f4fff446e.tar.gz
mmosmacs-26a970b2343d141b85b5c5a548dd226f4fff446e.tar.bz2
mmosmacs-26a970b2343d141b85b5c5a548dd226f4fff446e.zip
FIX: disable superfluous UI elements
-rw-r--r--init.el28
1 files changed, 25 insertions, 3 deletions
diff --git a/init.el b/init.el
index 12cc2f1..f37ad3a 100644
--- a/init.el
+++ b/init.el
@@ -59,12 +59,34 @@
59 59
60 60
61;; --------------------------------------------------------------------- 61;; ---------------------------------------------------------------------
62;;; Window Manager / Desktop Environment 62;;; Graphical Environment
63;; ------------------------------------- 63;; ----------------------
64;; Emacs is capable of functioning as the entire desktop environment. 64;; MMOSMacs is intended to be my entire Desktop Environment.
65;; --------------------------------------------------------------------- 65;; ---------------------------------------------------------------------
66 66
67;; --------------------------------- 67;; ---------------------------------
68;; Disable superfluous UI elements
69;; -------------------------------
70;; These UI elements are not useful
71;; for the system I am trying to
72;; make MMOSMacs into.
73;;
74;; Some of these were disabled in
75;; Early Init, but for completion's
76;; sake I disable them here as well.
77;; ---------------------------------
78
79(scroll-bar-mode -1)
80(tool-bar-mode -1)
81(tooltip-mode -1)
82(menu-bar-mode -1)
83(set-fringe-mode -1)
84(setq use-dialog-box nil
85 inhibit-startup-message t
86 initial-scratch-message "")
87
88
89;; ---------------------------------
68;; Emacs X Window Manager (EXWM) 90;; Emacs X Window Manager (EXWM)
69;; ----------------------------- 91;; -----------------------------
70;; EXWM is a fully-featured 92;; EXWM is a fully-featured