dotfiles/es.sh
2017-03-20 22:48:25 +01:00

8 lines
180 B
Bash
Executable file

#!/bin/sh
if [ "$DESKTOP_SESSION" = "stumpwm" ]; then
stumpish 'eval (stumpwm::save-es-called-win)' > /dev/null
fi
emacsclient -c --alternate-editor="$ALTERNATE_EDITOR" "$@"