mirror of
https://codeberg.org/scip/autoscratch.git
synced 2025-12-16 20:10:57 +01:00
fixed fork+rename order
This commit is contained in:
@@ -182,9 +182,9 @@ to $mode-scratch."
|
||||
(interactive)
|
||||
(let ((cur (current-buffer)))
|
||||
(when (eq t autoscratch-fork-after-trigger)
|
||||
(autoscratch-buffer-rename)
|
||||
(autoscratch-buffer)
|
||||
(switch-to-buffer cur)
|
||||
(autoscratch-buffer-rename))))
|
||||
(switch-to-buffer cur))))
|
||||
|
||||
(defun autoscratch--eval-trigger (form)
|
||||
"Evaluate FORM.
|
||||
|
||||
Reference in New Issue
Block a user