mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-16 20:10:57 +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 ()
|
||||
"Create and switch to a new autoscratch buffer."
|
||||
(interactive)
|
||||
(let ((buf (get-buffer-create "*autoscratch*")))
|
||||
(let ((buf (get-buffer-create "*scratch*")))
|
||||
(switch-to-buffer buf)
|
||||
(autoscratch-mode)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user