Re-enable relative line numbers

They're too useful to pass on
This commit is contained in:
Antoine Martin 2020-12-23 00:45:46 +01:00
parent 859b641313
commit ecff140c8d

View file

@ -123,7 +123,7 @@ string. You generally only need these two:
Possible values of =display-line-numbers-type= are =nil=, =t=, and ='relative=. Possible values of =display-line-numbers-type= are =nil=, =t=, and ='relative=.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq display-line-numbers-type nil) (setq display-line-numbers-type 'relative)
#+END_SRC #+END_SRC
** Battery indicator ** Battery indicator