Skip to content

consult-register not working anymore #940

Description

@MarcRohrer

Hi minad,

since the last update consult-register does not work for me anymore.

I get:

Autoloading file c:/emacs/.emacs.d/elpa/consult-20240209.2104/consult.elc failed to define function consult-register

I reinstalled consult and also recompiled consult.el as well as consult-register.el, but no change.
Am I doing something wrong?

My config:

 (use-package consult
        :bind (("M-i" . consult-ripgrep)
               ("<f4>" . consult-register)
               ("C-g" . consult-goto-line)
               ("<" . consult-narrow-key)
               (">" . consult-widen-key))
        :hook (completion-list-mode . consult-preview-at-point-mode)
        :init
        (setq consult-narrow-key "<")
        (setq consult-widen-key ">")
        (setq xref-show-xrefs-function #'consult-xref
              xref-show-definitions-function #'consult-xref))

Thank you very much for your time!

Marc

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