From kitty terminal, I am able to successfully open /opt/homebrew/bin/emacs -nw
but when I try to open /opt/homebrew/bin/emacsclient -nw
I am getting the following error:
ERROR: Terminal type xterm-kitty is not defined
I start the Emacs Daemon via brew services restart d12frosted/emacs-plus/emacs-plus@29
. How do pass Kitty’s terminfo to the Emacs daemon?
For similar issues with SSH, the suggestion solution is kitty +kitten ssh
.