diff options
-rw-r--r-- | init.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/init.el b/init.el index 4248998..59506be 100644 --- a/init.el +++ b/init.el | |||
@@ -771,11 +771,12 @@ like a dumbass." | |||
771 | (setup scratch | 771 | (setup scratch |
772 | (:option inhibit-startup-screen t | 772 | (:option inhibit-startup-screen t |
773 | initial-buffer-choice t | 773 | initial-buffer-choice t |
774 | initial-scratch-message (concat ";; Howdy, " | 774 | initial-scratch-message "" |
775 | (nth 0 (split-string | 775 | ;; (concat ";; Howdy, " |
776 | user-full-name)) | 776 | ;; (nth 0 (split-string |
777 | "! " | 777 | ;; user-full-name)) |
778 | "Welcome to GNU Emacs.\n\n") | 778 | ;; "! " |
779 | ;; "Welcome to GNU Emacs.\n\n") | ||
779 | initial-major-mode 'emacs-lisp-mode) | 780 | initial-major-mode 'emacs-lisp-mode) |
780 | 781 | ||
781 | (add-hook 'kill-buffer-query-functions | 782 | (add-hook 'kill-buffer-query-functions |