From a3dfb53f919b827f3b912b966a67cf8ff1e594ba Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 15 Sep 2011 09:27:44 +0100 Subject: [PATCH] my linum hack for the console version of Emacs causes load issues in the GUI version --- appearance.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appearance.el b/appearance.el index 102e985..37e95d1 100644 --- a/appearance.el +++ b/appearance.el @@ -23,9 +23,8 @@ ;; Display line numbers globally (global-linum-mode t) - -(if window-system = nil - (setq linum-format "%3d ")) +;; (if window-system = nil +;; (setq linum-format "%3d ")) ;; Display whitespace characters globally (global-whitespace-mode t)