nlinum mode fixed to use global mode.

This commit is contained in:
Sameer Rahmani 2017-04-08 13:34:09 +04:30
parent 3763cb7c3f
commit 8987d7a268
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
(ability nlinum ()
"Faster alternative to linum-mode"
(require 'nlinum)
(nlinum-mode t))
(global-nlinum-mode t))
;; Default indent width
(setq tab-width 2)