7 lines
180 B
Bash
Executable file
7 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" "$@"
|