e alias: Just start Emacs if server not running

main
earnest ma 2022-07-05 22:20:41 -04:00
parent 7dddbf6002
commit c8e79ac11b
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ foldersize(){
} }
e(){ e(){
emacsclient -a "" $@ emacsclient -a "emacs" $@
} }
# Easy way to create/ connect to a tmux session # Easy way to create/ connect to a tmux session