Re-enable relative line numbers
They're too useful to pass on
This commit is contained in:
parent
859b641313
commit
ecff140c8d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue