From d3b17d1675c64dad5e03d5c4587286f423021bce Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 11 Jun 2020 01:32:26 +0100 Subject: +display line numbers Fast navigation, especially for ex-mode queries. --- Doom/.doom.d/org/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doom/.doom.d') diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index c8860f5..0681d37 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -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)) -- cgit v1.2.3-13-gbd6f