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

@@ -5,6 +5,7 @@ bind C-q send-prefix
# Settings
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",*256col*:Tc"
set -g detach-on-destroy on
set -g history-limit 50000
set -g display-time 3000