~from relative numbering to no numbering

I'll just use SPC t l
This commit is contained in:
oreodave
2020-04-12 01:54:26 +01:00
parent 2904ea97d7
commit da89a0512e

View File

@@ -26,7 +26,7 @@ Load the literate.el file to start parsing.
#+BEGIN_SRC elisp
(setq completion-ignore-case t)
(setq truncate-lines t)
(setq display-line-numbers-type 'relative)
(setq display-line-numbers-type nil)
(setq bookmark-default-file (expand-file-name (concat doom-private-dir "bookmarks")))
(setq-default frame-title-format '("%b - Emacs"))
(cl-pushnew '("Libgen" "http://gen.lib.rus.ec/search.php?req=%s") +lookup-provider-url-alist :key #'car :test 'string=)