This commit is contained in:
ksyasuda
2021-11-06 15:13:43 -07:00
parent 13e57a64a4
commit 83b8c1716a
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
for filename in "$@"; do
emacsclient -n -c "$@"
emacsclient -n -e emacs -c "$@"
done