mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-17 12:30:58 +01:00
name forked scratch buffer *scratch* not *autoscratch*
This commit is contained in:
@@ -143,7 +143,7 @@ Executes `autoscratch-rename-hook' afterwards."
|
|||||||
(defun autoscratch-buffer ()
|
(defun autoscratch-buffer ()
|
||||||
"Create and switch to a new autoscratch buffer."
|
"Create and switch to a new autoscratch buffer."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((buf (get-buffer-create "*autoscratch*")))
|
(let ((buf (get-buffer-create "*scratch*")))
|
||||||
(switch-to-buffer buf)
|
(switch-to-buffer buf)
|
||||||
(autoscratch-mode)))
|
(autoscratch-mode)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user