aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 9c84492..45ba791 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -7,6 +7,7 @@
(global-linum-mode t)
(setq column-number-mode t)
(setq inhibit-splash-screen t)
+(setq initial-scratch-message "")
(setq ring-bell-function 'ignore)
;; disable backups, autosave and lockfiles (use scm instead)