-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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:
cycle-themes: Wrong type argument: number-or-marker-p, nil
I used the following expression to load and configure the package:
(use-package cycle-themes
:ensure t
:init (setq cycle-themes-theme-list '(leuven tango-dark))
:config (cycle-themes-mode)
(global-set-key (kbd "C-<f12>") 'cycle-themes))I am unable to debug this error myself, as I am only a novice Emacs user and LISP programmer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels