From 1d17a5fde0045c2ef4b00e140a604f9ecce06a9b Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:45:05 -0400 Subject: fix typo --- bin/.local/bin/scripts/scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/.local/bin/scripts/scratch.sh b/bin/.local/bin/scripts/scratch.sh index 3d9f3ec..2491190 100755 --- a/bin/.local/bin/scripts/scratch.sh +++ b/bin/.local/bin/scripts/scratch.sh @@ -6,7 +6,7 @@ selected_mode=$(printf "%s\n" "${modes[@]}" | dmenu -p "Major mode: ") case $selected_mode in "fundamental") - emacsclient -c -e "(bard/new-text-buffer)" + emacsclient -c -e "(bard/new-plain-buffer)" ;; "org") emacsclient -c -e "(bard/new-org-buffer)" -- cgit v1.2.3