feat: mail

This commit is contained in:
Philipp Hochkamp 2022-09-06 08:57:25 +02:00
parent f83f1f3524
commit 5f2d2fc54b
8 changed files with 68 additions and 3 deletions

View file

@ -48,7 +48,7 @@ n ()
fi
}
ORIGTMPDIR=$TMPDIR # nix-shell overrides tmpdir, but we want to save it
export ORIGTMPDIR=${TMPDIR:-$(mktemp -d)} # nix-shell overrides tmpdir, but we want to save it
emacsclient ()
{
command emacsclient -s $ORIGTMPDIR/emacs$(id -u)/server "$@"