From 9cfe805273baa15c30ed52a4bfa135ea3269c8ec Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 21 Sep 2023 15:08:30 -0400 Subject: [PATCH] Point user/scratch-buffer at new scratch buffer fn --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index f637378..2cbe078 100644 --- a/init.el +++ b/init.el @@ -243,7 +243,7 @@ init file, which initializes the package manager during compile time." (defun user/scratch-buffer () "Open the scratch buffer, (re)creating it if not present." (interactive) - (pop-to-buffer (startup--get-buffer-create-scratch))) + (pop-to-buffer (get-scratch-buffer-create))) (defun user/scan-directory-for-projects () "Prompt for a directory and then scan for any project roots within.