Set selection background color.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 10 Mar 2014 23:38:48 +0200
changeset 1122 0e255897262a
parent 1121 88df66cabc20
child 1123 130a4e1944d5
Set selection background color.
.emacs-my
--- a/.emacs-my	Mon Mar 10 23:16:14 2014 +0200
+++ b/.emacs-my	Mon Mar 10 23:38:48 2014 +0200
@@ -673,6 +673,9 @@
    )
   )
 
+(when window-system
+  (set-face-attribute 'region nil :background "light blue"))
+
 (when (eq window-system 'x)
   (setq x-select-enable-clipboard t)    ; for Emacs 21.2.1 and newer
   )