From 137257aac04b7946b23022b01247402e6b66ea9e Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 1 Jun 2023 19:23:53 +0200 Subject: [PATCH] fix package name --- autoscratch-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoscratch-mode.el b/autoscratch-mode.el index d6ad60b..4fc0513 100644 --- a/autoscratch-mode.el +++ b/autoscratch-mode.el @@ -1,4 +1,4 @@ -;;; autoscratch-mode.el --- Automatically switch scratch buffer mode +;;; autoscratch.el --- Automatically switch scratch buffer mode -*- lexical-binding: t; -*- ;; Copyright (C) 2017-2018, T.v.Dein @@ -306,6 +306,6 @@ feature, set `autoscratch-fork-after-trigger' to t. (if autoscratch-reset-default-directory (setq default-directory "~/"))) -(provide 'autoscratch-mode) +(provide 'autoscratch) -;;; autoscratch-mode.el ends here +;;; autoscratch.el ends here