Disable global linum-mode, and only activate it in specific modes where I want it.

This gives me more space in the Speedbar frame as it doesn't show line numbers anymore.
This commit is contained in:
2011-11-15 18:01:39 +00:00
parent 8d55533cde
commit c38d910344
10 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
(add-hook 'js-mode-hook
(lambda ()
(fci-mode)
(linum-mode t)
(setq tab-width 2)))