Scratch plus autosave buggy with project scratch buffers

This commit is contained in:
Emmet
2025-08-04 08:21:43 -05:00
parent 90a46342eb
commit 62fc76cfd9

View File

@@ -1027,7 +1027,6 @@ Made for `org-tab-first-hook' in evil-mode."
(scratch-plus-project-subdir ".scratch") (scratch-plus-project-subdir ".scratch")
(scratch-plus-restore-type 'demand) (scratch-plus-restore-type 'demand)
(scratch-plus-force-restore t) (scratch-plus-force-restore t)
(scratch-plus-idle-save 2)
(scratch-plus-initial-message "Scratchpad") (scratch-plus-initial-message "Scratchpad")
:init :init
(add-hook 'after-init-hook #'scratch-plus-mode)) (add-hook 'after-init-hook #'scratch-plus-mode))