aboutsummaryrefslogtreecommitdiff
path: root/emacs/early-init.el
blob: 77707473b1e2cd6fd30a961cb9387c15c0d3f087 (plain)
1
2
3
4
5
6
7
8
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)