From c08dad415f80a2be69de7b0d1f6e5a029a81f53c Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Mon, 24 Oct 2022 12:37:29 +0100 Subject: [PATCH] Don't use org for *scratch* buffer --- config.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.org b/config.org index b5a9771..c0cccbf 100644 --- a/config.org +++ b/config.org @@ -231,13 +231,6 @@ 'org-insert-heading-after-current))) #+end_src - Org is nice for scratch space - - #+begin_src emacs-lisp - (setq initial-major-mode 'org-mode) - (setq initial-scratch-message "") - #+end_src - ** Source Blocks Pressing tab inside a source block should indent appropriately for its language.