diff -r 95a7aa1e3e60 -r 954b7c665c1a .emacs-my --- a/.emacs-my Tue Sep 22 12:53:26 2020 +0300 +++ b/.emacs-my Tue Sep 22 12:55:29 2020 +0300 @@ -894,6 +894,9 @@ ;; 24.5; "(global-hi-lock-mode 1)" broke "C-x" key bindings inside "M-x term", especially for "emacs -nw" (Emacs inside Emacs). ; (global-hi-lock-mode -1) +(when window-system + (set-face-attribute 'shadow nil :foreground "gray60")) ;; tan, gray70 + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "highlight selected text")