summaryrefslogtreecommitdiff
path: root/elchemy-splash.el
diff options
context:
space:
mode:
Diffstat (limited to 'elchemy-splash.el')
-rw-r--r--elchemy-splash.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/elchemy-splash.el b/elchemy-splash.el
deleted file mode 100644
index dbc8fd0..0000000
--- a/elchemy-splash.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(switch-to-buffer "*splash*")
-(with-current-buffer "*splash*"
- (let* ((message "Welcome to nEmacs")
- (message-len (length message)))
- (insert
- (concat
- (make-string (/ (- (window-total-width) message-len) 2) ? )
- message
- "\n"))))
-
-(provide 'elchemy-splash)