We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed this package as follows:
But when I try to fold the following code snippet with
M-x origami-close-node
:I get the following error:
forward-sexp: Scan error: "Unbalanced parentheses", 50316, 100569
Any hints for this problem?
Regards,
HZ
The text was updated successfully, but these errors were encountered: