diff options
| author | Daniel <[email protected]> | 2024-04-30 16:45:05 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-04-30 16:45:05 -0400 |
| commit | 1d17a5fde0045c2ef4b00e140a604f9ecce06a9b (patch) | |
| tree | ae6b4645a7e8341806f2f8f9f660a8dd05aae2ed /bin | |
| parent | 70b9b918fc0a431cff840497d5929da3bf7a9357 (diff) | |
fix typo
Diffstat (limited to 'bin')
| -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)" |
