origami.el
origami.el copied to clipboard
emacs lisp comments with Scan error: "Unbalanced parentheses", xxx, yyy
If i don't have a close paranthes in emacs lisp comment i get an error Scan error: "Unbalanced parentheses", xxx, yyy
As example:
(defun customfun
; (unbalanced parantheses in comments
(+ 3 4))
Can origami mode ignore parentheses in comments?
I think I have the same issue. My init.el contains commented out elisp-code, which probably causes the Unbalanced parentheses error.