From 46b90e591e7e54872cab35d090cc3b458be4075d Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 17 Jul 2017 17:15:28 +0200 Subject: [PATCH] add inhibit config suggestion --- autoscratch.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autoscratch.el b/autoscratch.el index ef0a2a8..408ea5e 100644 --- a/autoscratch.el +++ b/autoscratch.el @@ -43,7 +43,9 @@ ;; ;; (require 'autoscratch) ;; (setq initial-major-mode 'autoscratch-mode) - +;; (setq initial-scratch-message "") +;; (setq inhibit-startup-screen t) +;; ;; You may, however, configure the trigger list ;; `autoscratch-triggers-alist' according to your preferences. This ;; list consists of cons cells, where the `car' is a regexp and the