From 435683758755782e9e691f5d5c7bd7ed09907077 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 10 Aug 2010 13:56:50 -0700 Subject: [PATCH] No auto line numbering --- .emacs.hunner.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.hunner.el b/.emacs.hunner.el index 5535a9a..cd7ffe0 100644 --- a/.emacs.hunner.el +++ b/.emacs.hunner.el @@ -33,7 +33,6 @@ (bar-cursor-mode 1) (menu-bar-mode 0) (tool-bar-mode 0) -(global-linum-mode) (setq linum-format "%3d ") (setq-default indent-tabs-mode nil) (setq indent-tabs-mode nil) @@ -178,6 +177,7 @@ ("C-c s q" shellfm 0) ("C-c s i" shellfm-track-info) ("M-s" save-buffer) + ("M-n" global-linum-mode) ("M-N" make-frame) ("M-W" delete-frame) ("M-w" ido-kill-buffer) @@ -264,7 +264,6 @@ '(comint-scroll-to-bottom-on-input t) '(fancy-splash-image "") ;; '(frame-background-mode (quote dark)) - '(global-linum-mode t) '(ido-decorations (quote ("" "" " | " " | ..." "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]"))) '(ido-everywhere t) '(inhibit-startup-screen t)