aboutsummaryrefslogtreecommitdiff
path: root/emacs/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/early-init.el')
-rw-r--r--emacs/early-init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
new file mode 100644
index 0000000..7770747
--- /dev/null
+++ b/emacs/early-init.el
@@ -0,0 +1,9 @@
+(setq inhibit-startup-message t)
+
+;; minimal UI
+(menu-bar-mode -1)
+(tool-bar-mode -1)
+(setq use-dialog-box nil)
+
+;; be quiet please...
+(setq ring-bell-function 'ignore)