From d23d6785adcfa76ea664b09e456391b902d1436a Mon Sep 17 00:00:00 2001 From: Guido Schmidt Date: Tue, 30 Apr 2024 00:25:59 +0200 Subject: [PATCH] EDIT/README.md: hint about `circadian-verbose` --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f24171e..45eac3a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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