From 62fc76cfd9faa06024f7d582796db8ecb3c3a0f8 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 4 Aug 2025 08:21:43 -0500 Subject: [PATCH] Scratch plus autosave buggy with project scratch buffers --- modules/user/emacs/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/user/emacs/init.el b/modules/user/emacs/init.el index 8bc5c2ed..6758d3f8 100644 --- a/modules/user/emacs/init.el +++ b/modules/user/emacs/init.el @@ -1027,7 +1027,6 @@ Made for `org-tab-first-hook' in evil-mode." (scratch-plus-project-subdir ".scratch") (scratch-plus-restore-type 'demand) (scratch-plus-force-restore t) - (scratch-plus-idle-save 2) (scratch-plus-initial-message "Scratchpad") :init (add-hook 'after-init-hook #'scratch-plus-mode))