diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2020-05-26 01:19:54 +0000 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2020-05-26 01:20:17 +0000 |
commit | f758a865073b69f1439ebbfacc3854864e4c397e (patch) | |
tree | e57b8af8e2faff47ebef345e966804f71338a571 /doom.d | |
parent | 4d554a60db49ffb892238169ce0c0e36c6e3a22a (diff) |
doom config
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index a212db6..c23513d 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -24,7 +24,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-laserwave) +(setq doom-theme 'doom-nord) ;; 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! |