summaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-29 05:36:25 +0300
committerThanosApollo <[email protected]>2022-09-29 05:36:25 +0300
commit2161f83635710574af0d15caff620658d7a01b76 (patch)
tree034fcefa22b1354cbf3d84b91d042cb073568a83 /.doom.d/config.el
parent0ba81d42d630d2de29abfcbf3a01337f5ddf6cfe (diff)
Update lines and themes
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index 6e1101c..ca3959d 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -43,7 +43,8 @@
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
-(setq display-line-numbers-type t)
+;;(setq display-line-numbers-type relative)
+(menu-bar--display-line-numbers-mode-relative)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!