dotfiles/scripts/es.sh

8 lines
180 B
Bash
Raw Normal View History

2016-12-23 22:06:39 +01:00
#!/bin/sh
2017-03-20 22:48:25 +01:00
if [ "$DESKTOP_SESSION" = "stumpwm" ]; then
stumpish 'eval (stumpwm::save-es-called-win)' > /dev/null
fi
emacsclient -c --alternate-editor="$ALTERNATE_EDITOR" "$@"