Point user/scratch-buffer at new scratch buffer fn
This commit is contained in:
parent
8e0139a2bd
commit
9cfe805273
2
init.el
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user