+set display-line-numbers-type to nil

Reasoning given in buffer
This commit is contained in:
oreodave
2019-11-04 16:38:12 +00:00
parent 306eae5917
commit 306eee101d

View File

@@ -28,9 +28,11 @@ Setting up variables and basic stuff that doesn't require a lot of work.
#+BEGIN_SRC elisp
(setq completion-ignore-case t)
(setq truncate-lines t)
(setq display-line-numbers-type nil)
#+END_SRC
Some quality of life things that I couldn't really put in one category
**
- Displaying line numbers isn't usually something I do. If need be, I'll just
open them with *<SPC>tl*.
** Org directory
#+BEGIN_SRC elisp
(setq org-directory "~/Text")