From 97899b27d835f6dec68039713901ab6641ffb598 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 12 Sep 2011 19:52:11 +0000 Subject: [PATCH] fixed linum line for console mode, still horrible, but better --- appearance.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appearance.el b/appearance.el index 5e20fa6..102e985 100644 --- a/appearance.el +++ b/appearance.el @@ -7,7 +7,7 @@ ;; Load Theme (if window-system (require 'birds-of-paradise-plus-theme) - (color-theme-tomorrow-night-bright)) + (color-theme-tomorrow-night-bright)) ;; Disable toolbar (tool-bar-mode -1) @@ -24,6 +24,9 @@ ;; Display line numbers globally (global-linum-mode t) +(if window-system = nil + (setq linum-format "%3d ")) + ;; Display whitespace characters globally (global-whitespace-mode t)