colon+esc refreshes line numbers now

This commit is contained in:
MitchMarq42 2022-12-04 13:25:22 -09:00
parent 497fcaa037
commit 7909a82e2b

View File

@ -333,7 +333,7 @@ targets."
str))) str)))
(setq-local nlinum--width (length (number-to-string (setq-local nlinum--width (length (number-to-string
(line-number-at-pos (point-max)))))) (line-number-at-pos (point-max))))))
(add-hook 'prog-mode-hook #'mitch/nlinum-buffer-setup)) (add-hook 'minibuffer-exit-hook #'mitch/nlinum-buffer-setup))
;; broken terminal that doesn't compile but at least it's fast when it does ;; broken terminal that doesn't compile but at least it's fast when it does
(use-package vterm (use-package vterm