Skip to content

Commit

Permalink
EDIT/README.md: hint about circadian-verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoschmidt committed Apr 29, 2024
1 parent 0ec8b12 commit d23d678
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ Circadian.el can randomly select a theme from a given list, e.g here using [doom
(:sunset . (doom-dracula doom-gruvbox))))
(add-hook 'emacs-startup-hook #'circadian-setup)
(circadian-setup))
```
```


### Use with custom themes
Expand All @@ -102,6 +101,16 @@ to use `:defer` keyword. Omitting it may lead to broken colors
(use-package nyx-theme :ensure :defer)
```


### Verbose messages
By default circadian will not log any messages. however for development or just
getting more information, one can enable a more verbose message log:

```elisp
(setq circadian-verbose t)
```

---

### Hooks
Expand Down

0 comments on commit d23d678

Please sign in to comment.