From 4ba41d5a75797f253122b29340b68f603e43ab1c Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 1 Mar 2022 21:54:58 -0500 Subject: [PATCH] aliases: Add e for emacsclient May branch out later if we go for running multiple daemon at the same time --- shell_common/.config/shell_common/aliases.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell_common/.config/shell_common/aliases.sh b/shell_common/.config/shell_common/aliases.sh index ff75eb5..2fe6759 100644 --- a/shell_common/.config/shell_common/aliases.sh +++ b/shell_common/.config/shell_common/aliases.sh @@ -46,6 +46,10 @@ foldersize(){ du -sh "$@" } +e(){ + emacsclient -a "" $@ +} + # Easy way to create/ connect to a tmux session tmm(){ if [ -z "$1" ]; then