summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-01 17:57:12 -0500
committerCase Duckworth2021-09-01 17:57:12 -0500
commita142e71f3c4fa621ba2bacf261ee93c443314f19 (patch)
treeebb504e6ec120a878fd67394324dd251269d5dfe /init.el
parentAdd checkdoc-minor-mode to emacs-lisp-mode-hook (diff)
downloademacs-a142e71f3c4fa621ba2bacf261ee93c443314f19.tar.gz
emacs-a142e71f3c4fa621ba2bacf261ee93c443314f19.zip
Remove initial-scratch-message
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
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