From b83d2f44c1a8d61c9f594d20c96db9baef100a97 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 28 Jan 2013 12:30:01 -0500 Subject: [PATCH] disabled global-linum-mode --- config/config-ui.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/config-ui.el b/config/config-ui.el index 0890a8dca..33363f7af 100644 --- a/config/config-ui.el +++ b/config/config-ui.el @@ -7,7 +7,9 @@ (setq column-number-mode t) ;; line number (setq linum-format "%4d") -(setq global-linum-mode t) +;; highlight current line +(global-hl-line-mode t) +(set-face-background 'hl-line "#073642") ;; no blink (blink-cursor-mode (- (*) (*) (*))) ;; tool tips in echo area @@ -22,9 +24,6 @@ ;; font (if (eq window-system 'x) (set-default-font "DejaVu Sans Mono-10")) -;; highlight current line -(global-hl-line-mode t) -(set-face-background 'hl-line "#073642") ;; setup right and left margins (add-hook 'window-configuration-change-hook (lambda ()