Open real-milos opened 7 years ago
getting the same error, here is my config:
(use-package cycle-themes
:init
(setq cycle-themes-theme-list
'(base16-chalk-theme
base16-default-dark-theme
base16-grayscale-dark-theme
base16-pop-theme
base16-tomorrow-night-theme
base16-irblack-theme))
:config
(cycle-themes-mode))
I have the same problem. I discovered that it happens, if your "current theme" is not in the list of themes.
Ones you switch to one in the list, via "load-theme", it works.
Hello.
I was looking for an elisp function that would cycle my custom Emacs themes (I agree that switching between your themes shouldn't be so damn hard), and came upon your package that claims to do exactly that.
However, your code does not seem to work in the latest version of GNU Emacs, which is v25.2.
Running
M-x cycle-themes
results in the following error:I used the following expression to load and configure the package:
I am unable to debug this error myself, as I am only a novice Emacs user and LISP programmer.