Skip to content

Eval of expression fails :: #user-error #113

@benhuxham

Description

@benhuxham

Hi. Using Doom Emacs install. Emacs 29.4, Doom Core v3.0.0-pre, v24.12.0-pre.

I first tried use package install method,

(use-package explain-pause-mode
  :straight (explain-pause-mode :type git :host github :repo "lastquestion/explain-pause-mode")
  :config
  (explain-pause-mode))

but I received an error.

x There was an unexpected runtime error
    Message: use-package: Unrecognized keyword: :straight

I then switched to using the straight.el install method. Seemed to install.

I then tried to access the buffer by evaluating the expression:
(explain-pause-mode)

The buffer said no.
Symbol’s function definition is void: explain-pause-mode

Adding the use-package method to the straight install method produced the same error as just using use-package sans straight.el.

How do I switch to the relevant buffer, as the code copies appears to run/evaluate on install (& obviously on reload SPC h r r)? Or open it?

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