Start emacs next to the dev env
This commit is contained in:
parent
83ec81f0ab
commit
9233b70a1f
1 changed files with 2 additions and 0 deletions
|
@ -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 \; \
|
||||
|
|
Loading…
Add table
Reference in a new issue