mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-18 04:50:57 +01:00
fix package name
This commit is contained in:
@@ -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 <tlinden@cpan.org>
|
;; Copyright (C) 2017-2018, T.v.Dein <tlinden@cpan.org>
|
||||||
|
|
||||||
@@ -306,6 +306,6 @@ feature, set `autoscratch-fork-after-trigger' to t.
|
|||||||
(if autoscratch-reset-default-directory
|
(if autoscratch-reset-default-directory
|
||||||
(setq default-directory "~/")))
|
(setq default-directory "~/")))
|
||||||
|
|
||||||
(provide 'autoscratch-mode)
|
(provide 'autoscratch)
|
||||||
|
|
||||||
;;; autoscratch-mode.el ends here
|
;;; autoscratch.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user