From 73a8f0ef94cd8c6a223d4566b08972a185610870 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 29 Nov 2011 23:37:43 +0000 Subject: [PATCH] customize the default ecb highlight color --- custom-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index ea56377..eb5a4cd 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -84,4 +84,4 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(ecb-default-highlight-face ((t (:background "dark red")))))