Start emacs next to the dev env

This commit is contained in:
Nico Schottelius 2020-09-11 23:16:37 +02:00
parent 83ec81f0ab
commit 9233b70a1f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
emacsclient -c ~/vcs/uncloud/ &
tmux new -s uncloud-dev \; \
send-keys 'cd ~/vcs/uncloud; . ./venv/bin/activate' C-m \; \
split-window -v \; \