9 lines
258 B
Bash
Executable File
9 lines
258 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
# Note, this ONLY works when called with an existing emacs frame focused
|
|
|
|
# print the normal error message with no args
|
|
(( $# < 1 )) && exec emacsclient
|
|
|
|
exec emacsclient --eval "(find-file-other-window \"${1:gs#\\#\\\\#:gs#\"#\\\"#}\")"
|