No auto line numbering

This commit is contained in:
Hunter Haugen 2010-08-10 13:56:50 -07:00
parent d143343eec
commit 4356837587

View file

@ -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)