diff options
Diffstat (limited to 'dot-config/doom')
| -rw-r--r-- | dot-config/doom/config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/doom/config.el b/dot-config/doom/config.el index 9746b74..48e5943 100644 --- a/dot-config/doom/config.el +++ b/dot-config/doom/config.el @@ -32,11 +32,11 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-gruvbox) ;; 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) ;; 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! |
