diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 16:38:12 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-04 16:38:12 +0000 |
commit | 306eee101d895478252dc3493217d76ddd702e59 (patch) | |
tree | d4a74cbf5984c85d119816ae4e0632137c6fcfc9 /doom.d | |
parent | 306eae59173fc9b14f700d772a450b5ae109e930 (diff) | |
download | dotfiles-306eee101d895478252dc3493217d76ddd702e59.tar.gz dotfiles-306eee101d895478252dc3493217d76ddd702e59.tar.bz2 dotfiles-306eee101d895478252dc3493217d76ddd702e59.zip |
+set display-line-numbers-type to nil
Reasoning given in buffer
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 0348f52..d89137f 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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") |