My emacs init file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

7 lines
156 B

#!/bin/sh
if [ "x$1" = "x" -o "x$2" = "x" ]; then
echo usage: $0 EMACSCLIENT IMAGE_FILE
exit 1
fi
"$1" -e '(sage-view-handle-emacslient "'"$2"'")'