Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forward-sexp: Scan error: "Unbalanced parentheses", 50316, 100569 #109

Open
hongyi-zhao opened this issue Oct 9, 2021 · 0 comments
Open

Comments

@hongyi-zhao
Copy link

hongyi-zhao commented Oct 9, 2021

I installed this package as follows:

(use-package origami
  :config (global-origami-mode)
  )

But when I try to fold the following code snippet with M-x origami-close-node:

(add-hook 'apropos-mode-hook
          (lambda ()
            (add-hook 'xref-backend-functions
                      #'elisp--xref-backend 0 t)))

I get the following error:

forward-sexp: Scan error: "Unbalanced parentheses", 50316, 100569

Any hints for this problem?

Regards,
HZ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant