e alias: Just start Emacs if server not running
parent
7dddbf6002
commit
c8e79ac11b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue