From 78c7c5c81fe251266b19e67a2fd0062115d1debd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 13 Sep 2017 20:00:54 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Don=E2=80=99t=20put=20initial=20scratc?= =?UTF-8?q?h=20buffer=20into=20org-mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevents org-mode from being loaded on startup. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 71b9bd9..85b61fb 100644 --- a/init.el +++ b/init.el @@ -246,7 +246,6 @@ (setq inhibit-startup-message t initial-scratch-message nil - initial-major-mode 'org-mode ring-bell-function #'ignore garbage-collection-messages nil load-prefer-newer nil) ; t breaks `org-reload'