From 815e827689032616d6d96eb4da27a5d5ce70c17d Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 14 Jun 2014 08:28:46 -0400 Subject: [PATCH] fix colors for line numbers --- emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs b/emacs index 2f4d1b0..e07c715 100644 --- a/emacs +++ b/emacs @@ -20,6 +20,7 @@ ;enable line numbers (global-linum-mode 1) (custom-set-variables '(linum-format (quote "%3d |"))) +(set-face-attribute 'linum nil :background "#000" :foreground "#FFF") ;remove trailing whitespace (add-hook 'before-save-hook 'delete-trailing-whitespace)