No auto line numbering
This commit is contained in:
parent
d143343eec
commit
4356837587
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue