dotfiles/scripts/es.sh
Marcel Kapfer (mmk2410) a67e9abef0 directory restructuring
2017-03-30 15:38:09 +02: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" "$@"