emacs server
This commit is contained in:
parent
8af7ea5958
commit
0378909589
4 changed files with 112 additions and 84 deletions
|
|
@ -47,3 +47,9 @@ n ()
|
|||
rm -f "$NNN_TMPFILE" > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
ORIGTMPDIR=$TMPDIR # nix-shell overrides tmpdir, but we want to save it
|
||||
emacsclient ()
|
||||
{
|
||||
command emacsclient -s $ORIGTMPDIR/emacs$(id -u)/server "$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue