diff options
| author | 2026-09-26 04:14:43 +0200 | |
|---|---|---|
| committer | 2026-09-26 04:14:43 +0200 | |
| commit | 0cd79bb9a1cabe86594ab268cff1e9f6bd5ae25a (patch) | |
| tree | 8e562bc1653248830ab658af7bc438d8b4a7261a /config.el | |
| parent | feat(tramp): enable and use run0 method (diff) | |
| download | doom-emacs-0cd79bb9a1cabe86594ab268cff1e9f6bd5ae25a.tar.xz | |
switch to modus-vivendi theme
Also removes +pretty to fix fringe indicators
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 'catppuccin) +(setq doom-theme 'modus-vivendi) ;; 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! |
