aliases: Add e for emacsclient

May branch out later if we go for running multiple daemon at the same
time
main
earnest ma 2022-03-01 21:54:58 -05:00
parent 0b6c006e1a
commit 4ba41d5a75
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ foldersize(){
du -sh "$@"
}
e(){
emacsclient -a "" $@
}
# Easy way to create/ connect to a tmux session
tmm(){
if [ -z "$1" ]; then