From b0c87544fe0c8b103354904370445757e05b9bab Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 12 Jun 2024 23:17:41 -0700 Subject: Restructuring - Break functions out to their own files - Move user settings to its own file - Move dashboard to its own file - Remove old splash - Don't hardcode executables --- elchemy-splash.el | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 elchemy-splash.el (limited to 'elchemy-splash.el') 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) -- cgit v1.2.1