Disable line numbers display
Improves scrolling performance, let's see if I really need them
This commit is contained in:
parent
2c67a7e13a
commit
eb24aeb1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ https://github.com/hlissner/emacs-doom-themes
|
||||||
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 'relative)
|
(setq display-line-numbers-type nil)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Battery indicator
|
** Battery indicator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue