Adding shell alias for 'em' to be 'emacsclient -nw'

This commit is contained in:
Derek Taylor
2026-03-23 15:19:03 -05:00
parent 67b382a1ac
commit 79efe4efaa
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ up () {
# vim and emacs
alias vim="nvim"
alias emacs="emacsclient -c -a 'emacs'" # GUI versions of Emacs
alias em="/usr/bin/emacs -nw" # Terminal version of Emacs
alias em="/usr/bin/emacsclient -nw" # Terminal version of Emacs
alias rem="killall emacs || echo 'Emacs server not running'; /usr/bin/emacs --daemon" # Kill Emacs and restart daemon..
# Changing "ls" to "eza"