diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 1743f2c..cd0cbab 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -373,7 +373,7 @@ targets." (put-text-property 0 width 'face 'linum str)) str))) (setq-local nlinum--width (length (number-to-string - (line-number-at-pos (point-max)))))) + (line-number-at-pos (point-max)))))) (add-hook 'minibuffer-exit-hook #'mitch/nlinum-buffer-setup)) ;; broken terminal that doesn't compile but at least it's fast when it does