diff --git a/zsh/emacs.zsh b/zsh/emacs.zsh index 55b45fe..210e9cc 100644 --- a/zsh/emacs.zsh +++ b/zsh/emacs.zsh @@ -5,6 +5,7 @@ # macOS systems if [[ "$OSTYPE" == "darwin"* ]]; then if [ -f "/Applications/Emacs.app/Contents/MacOS/Emacs" ]; then + alias emacsgui="env TERM=screen-24bit /Applications/Emacs.app/Contents/MacOS/Emacs" alias emacs="env TERM=screen-24bit /Applications/Emacs.app/Contents/MacOS/Emacs -nw" fi