Skip to content

Commit

Permalink
FIX/DOC/README.md: proper inner list for random selection from theme …
Browse files Browse the repository at this point in the history
…list
  • Loading branch information
guidoschmidt committed Apr 26, 2024
1 parent 9927f4e commit 1bc8c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Circadian.el can randomly select a theme from a given list, e.g here using [doom
(use-package circadian
:config
(setq circadian-themes '((:sunrise . doom-gruvbox-light)
(:sunset . '(doom-dracula doom-gruvbox)) ))
(:sunset . (doom-dracula doom-gruvbox))))
(add-hook 'emacs-startup-hook #'circadian-setup)
(circadian-setup))
Expand Down

0 comments on commit 1bc8c4c

Please sign in to comment.