aboutsummaryrefslogtreecommitdiff
path: root/bin/.local
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-30 16:45:05 -0400
committerDaniel <[email protected]>2024-04-30 16:45:05 -0400
commit1d17a5fde0045c2ef4b00e140a604f9ecce06a9b (patch)
treeae6b4645a7e8341806f2f8f9f660a8dd05aae2ed /bin/.local
parent70b9b918fc0a431cff840497d5929da3bf7a9357 (diff)
fix typo
Diffstat (limited to 'bin/.local')
-rwxr-xr-xbin/.local/bin/scripts/scratch.sh2
1 files changed, 1 insertions, 1 deletions
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)"