diff options
Diffstat (limited to 'bin/.local')
| -rwxr-xr-x | bin/.local/bin/scripts/scratch.sh | 2 |
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)" |
