(Emacs)~display-line-numbers-type absolute->relative

Relative numbers are cooler, easier to see what your program is
reading in a file using relative numbers.
This commit is contained in:
2022-09-13 20:53:23 +01:00
parent 986e0084cd
commit 49d8773043

View File

@@ -1147,7 +1147,7 @@ it's useful for presentations.
(leader (leader
"tl" #'display-line-numbers-mode) "tl" #'display-line-numbers-mode)
:init :init
(setq-default display-line-numbers-type 'absolute)) (setq-default display-line-numbers-type 'relative))
#+end_src #+end_src
** Hl-line ** Hl-line
Hl-line is a useful tool, best line indicator in the game. Hl-line is a useful tool, best line indicator in the game.