diff options
author | Case Duckworth | 2021-09-01 17:57:12 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-01 17:57:12 -0500 |
commit | a142e71f3c4fa621ba2bacf261ee93c443314f19 (patch) | |
tree | ebb504e6ec120a878fd67394324dd251269d5dfe | |
parent | Add checkdoc-minor-mode to emacs-lisp-mode-hook (diff) | |
download | emacs-a142e71f3c4fa621ba2bacf261ee93c443314f19.tar.gz emacs-a142e71f3c4fa621ba2bacf261ee93c443314f19.zip |
Remove initial-scratch-message
-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 |