diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 8bbfe16..97c9d4d 100644 --- a/init.el +++ b/init.el | |||
@@ -629,7 +629,7 @@ | |||
629 | 629 | ||
630 | (setup scratch | 630 | (setup scratch |
631 | (:require +scratch) | 631 | (:require +scratch) |
632 | (:option initial-major-mode #'emacs-lisp-mode | 632 | (:option initial-major-mode #'lisp-interaction-mode |
633 | initial-scratch-message | 633 | initial-scratch-message |
634 | ";; ABANDON ALL HOPE YE WHO ENTER HERE\n\n") | 634 | ";; ABANDON ALL HOPE YE WHO ENTER HERE\n\n") |
635 | (add-hook 'kill-buffer-query-functions #'+scratch-immortal)) | 635 | (add-hook 'kill-buffer-query-functions #'+scratch-immortal)) |