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

pressing ret after a comment seems to forcibly and incorrectly nest code below it within emacs #130

Open
jlowry03 opened this issue Sep 20, 2022 · 0 comments

Comments

@jlowry03
Copy link

Version

0.4.4-beta

Expected Behaviour

where [x] is the cursor

;;[x]
(foo)
(bar)
(baz)

->

;;
;;[x]
(foo)
(bar)
(baz)

Actual Behaviour

;;
;;[x]
(foo)
(bar)
(baz)

->

;;
;;[x]
(foo
 (bar
  (baz)))

This may be related to #128, but I'm not entirely sure on that front. I might make an asciicast/script(1) of the issue and send it later.

@jlowry03 jlowry03 changed the title pressing ret after a comment seems to forcibly and incorrectly nest code below it pressing ret after a comment seems to forcibly and incorrectly nest code below it within emacs Sep 20, 2022
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