Enable 24bit color support for Emacs in Terminal

This commit is contained in:
2020-02-02 23:43:47 +00:00
parent 1713b45170
commit 02cd1b51eb
5 changed files with 46 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ ALTERNATE_EDITOR="nano"
# Set to binary bundled in Emacs.app if it exists
if [ -f "/Applications/Emacs.app/Contents/MacOS/bin/emacsclient" ]; then
EMACSCLIENT="/Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
EMACSCLIENT="env TERM=screen-24bit /Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
fi
# Execute emacsclient