diff options
author | Case Duckworth | 2022-01-25 16:58:04 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-25 16:58:04 -0600 |
commit | da29487a9b8db7f70d2f0b681b2e46d11f9b4a88 (patch) | |
tree | 2ea16d4e0563fbddfd2ed9142fca2aba7a062818 | |
parent | Add capture templates (diff) | |
download | emacs-da29487a9b8db7f70d2f0b681b2e46d11f9b4a88.tar.gz emacs-da29487a9b8db7f70d2f0b681b2e46d11f9b4a88.zip |
Change initial-major-mode
-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)) |