From 8987d7a2689f6554554c476165be7bda12edb1dc Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 8 Apr 2017 13:34:09 +0430 Subject: [PATCH] nlinum mode fixed to use global mode. --- lib/extensions/editor/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index 70b9c4b..a209ecc 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -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)