diff options
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ ;; 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-nord) +(setq doom-theme 'catppuccin) ;; 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! |