Yarn

Recent twts in reply to #oymxvoa

akoizumi@mizuki: /usr/home/akoizumi cat .local/bin/em
#!/bin/sh
set -e

if ! [ -z "$(pgrep emacs)" ]; then
    emacsclient -u -c "$@"
else
    emacs --daemon
    emacsclient -u -c "$@"
fi

⤋ Read More

Participate

Login to join in on this yarn.