From 85b687b6bd96de9a90c63b133f9b0482938e893d Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 30 Mar 2023 10:56:06 -0400 Subject: Alias emacsclient for systemd emacs server utils In conjunction with our em file (to be setup in senders/bin) to be able to load emacsclient in a GUI when needed. Reminder em -c is needed to invoke a new gui if none is present. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 3469494..358ba8a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -62,7 +62,7 @@ alias exoff='mmon; xrandr --output DP-1 --off' alias ssh-evict='ssh-keygen -f "/home/senders/.ssh/known_hosts" -R' alias add-ssh='ssh-add ~/.ssh/id_rsa' alias tlmgr='/usr/share/texmf-dist/scripts/texlive/tlmgr.pl --usermode' - +alias nem='emacsclient -nw' # Private Bash Profile for things I don't want in git if [ -f ~/.pc_local_bash_profile ]; then . ~/.pc_local_bash_profile -- cgit v1.2.3-54-g00ecf