mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -1,4 +1,5 @@
|
||||
(add-hook 'js-mode-hook
|
||||
(lambda ()
|
||||
(fci-mode)
|
||||
(linum-mode t)
|
||||
(setq tab-width 2)))
|
||||
|
||||
Reference in New Issue
Block a user