fix: Change deferral of persistent-scratch

- Previously caused issues when switching to your first buffer
This commit is contained in:
Madeleine Sydney
2025-01-15 16:56:12 -07:00
parent 778692c9e0
commit f08870dbc9

View File

@@ -6,7 +6,7 @@
;; between boots. ;; between boots.
;; TODO: This could be deferred better. ;; TODO: This could be deferred better.
(use-package persistent-scratch (use-package persistent-scratch
:hook (on-first-buffer) :hook (on-first-input)
:custom (persistent-scratch-save-file :custom (persistent-scratch-save-file
(file-name-concat syd-data-dir "scratch")) (file-name-concat syd-data-dir "scratch"))
:config :config