Skip to content

Not working in Emacs 25.2 (Wrong type argument) #2

@real-milos

Description

@real-milos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions