joestar

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 65323827295bea821774863856eaaf96325db990
parent bbffec57872753f2df5929e80f98c3acdeb75f40
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Wed,  3 Jul 2019 00:55:49 -0700

changed scratch major mode

Diffstat:
Mjoestar.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/joestar.el b/joestar.el @@ -241,7 +241,8 @@ "Push a scratch buffer NAME into current window." (interactive "sName of buffer to edit: ") (generate-new-buffer (generate-new-buffer-name name)) - (switch-to-buffer name)) + (switch-to-buffer name) + (with-current-buffer name (text-mode))) (defun joe-insf (file-path) "Prompt the minibuffer to save the current buffer as FILE-PATH."