From 002d6ea259c7cdbcbb32f9fd3613879ea7ee9889 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 13 Dec 2022 16:37:50 -0900 Subject: [PATCH] re-indent nlinum --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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