tweak(doom): use relative line numbers

This commit is contained in:
Infinidoge 2022-08-17 19:32:41 -04:00
parent aa387a6f97
commit 9f26f7a3e0

View file

@ -13,7 +13,7 @@
;; --- Appearance ---
(setq
doom-theme 'doom-one
display-line-numbers-type t
display-line-numbers-type 'relative
doom-modeline-enable-word-count t
)