aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-03 09:20:22 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-03 09:20:22 -0700
commit2f44ecfe91865a1ed542a70f013e8578eab61760 (patch)
treec3ab5e96be786173f11c0e9fa8c811ccb32d54c8 /home/.emacs.d/init.el
parentdc0d4d0a24649c4fff89bb97d74807745c05baec (diff)
downloaddotfiles-2f44ecfe91865a1ed542a70f013e8578eab61760.tar.gz
dotfiles-2f44ecfe91865a1ed542a70f013e8578eab61760.tar.bz2
dotfiles-2f44ecfe91865a1ed542a70f013e8578eab61760.zip
remove scratch message
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)