diff options
author | Preston Pan <preston@nullring.xyz> | 2023-07-23 09:12:03 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-07-23 09:12:03 -0700 |
commit | 80da24887ac760a9d18936634d8d46c0643521ee (patch) | |
tree | 20c7846353ca983a10c724d965631e28d3fe0587 /config | |
parent | c335c05f511a373681d8644500d7750a519f58fa (diff) |
add a lot of mindmap articles
Diffstat (limited to 'config')
-rw-r--r-- | config/doom.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom.org b/config/doom.org index 7508cdd..480c4c6 100644 --- a/config/doom.org +++ b/config/doom.org @@ -128,7 +128,7 @@ Now we configure fonts: I'm experimenting with many themes right now. One of these themes is the city-lights theme, another one of them is the catppuccin theme. #+begin_src emacs-lisp :tangle yes -(setq doom-theme 'doom-city-lights) +(setq doom-theme 'doom-ayu-light) ;; (setq doom-theme 'doom-rouge) ;; (setq catppuccin-flavor 'mocha) #+end_src |