extensive update: some cleanup, todo/agenda changes, publishing system, swayfx, WIPs, etc.
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
#!/bin/sh
|
||||
setsid -f emacsclient --alternate-editor='emacs' $@ >/dev/null 2>&1
|
||||
if [ -z $1 ]
|
||||
then
|
||||
emacsclient -nw -c --alternate-editor='emacs -nw' .
|
||||
else
|
||||
emacsclient -nw -c --alternate-editor='emacs -nw' "$@"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user