aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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