From e369a67c1a653ab1fa70229644c25ad6be62684e Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 18 Jul 2017 19:46:02 +0200 Subject: [PATCH] rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d63c0..5b5d165 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ enter a paren, it will switch to `emacs-lisp-mode`. The minimum configuration looks like this: - (require 'autoscratch) + (require 'autoscratch-mode) (setq initial-major-mode 'autoscratch-mode) (setq initial-scratch-message "") (setq inhibit-startup-screen t)