From 5fe53233558bfe6a239113937c02c716c91537ec Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 10 Feb 2010 21:31:45 -0800 Subject: [PATCH] change line highlight colour --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index 270e845..cd476ba 100644 --- a/emacs +++ b/emacs @@ -266,7 +266,7 @@ (global-hl-line-mode 1) ;; To customize the background color -(set-face-background 'hl-line "#223") +(set-face-background 'hl-line "#330") ;;;;;;;;;;;;;;;;;; ;; key bindings ;;