From 2e54d3bc33e979fc75b436d02a6cca4823c67922 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 18 Jul 2015 12:13:24 +0200 Subject: [PATCH] Enable nlinum again --- core/core-ui.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-ui.el b/core/core-ui.el index 6f09a515a..b1edc5630 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -96,6 +96,8 @@ (narf|nlinum-unhl-line)) ;; Preset width nlinum + (add-hook! (text-mode prog-mode) 'narf|nlinum-enable) + ;; (add-hook! org-mode 'narf|nlinum-enable) (add-hook! nlinum-mode (setq nlinum--width (length (number-to-string (count-lines (point-min) (point-max)))))))