Sorry about the title, I don't know how to describe it better.
Using display-line-numbers-mode
with hs-hide-all
to edit a Common Lisp file, I see the line number moving to the right, which is quite distracting and annoying. How could I prevent that from happening?
Notice line number 32
Normal:
Moved to right:
A sample:
;;;please add 26 empty lines in bar yourself, and then `hs-hide-all`
(defun bar ()
())
(defun test ()
())
You may say there are too many empty lines, but even if these lines are dispersed to other functions, the problem still occurs.