1

Point user/scratch-buffer at new scratch buffer fn

This commit is contained in:
Jessie Hildebrandt 2023-09-21 15:08:30 -04:00
parent 8e0139a2bd
commit 9cfe805273

View File

@ -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.