+display line numbers

Fast navigation, especially for ex-mode queries.
This commit is contained in:
dx
2020-06-11 01:32:26 +01:00
parent d5647f8850
commit d3b17d1675

View File

@@ -38,7 +38,7 @@ Some quality of life things and others that I couldn't really put in one categor
#+BEGIN_SRC elisp
(setq completion-ignore-case t)
(setq truncate-lines t)
(setq display-line-numbers-type nil)
(setq display-line-numbers-type t)
(setq bookmark-default-file (expand-file-name (concat doom-private-dir "bookmarks")))
(setq-default frame-title-format '("%b - Emacs"))
(add-to-list 'default-frame-alist '(alpha . 95))