You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing /* and hitting enter should create a single comment region.
What actually happened?
Typing /* causes emacs to automatically append */ after the cursor and for the /** "doc" snippet to prompt which causes an extra */ to appear as the doc snippet adds its own. Produces the following.
What were you expecting?
Typing
/*
and hitting enter should create a single comment region.What actually happened?
Typing
/*
causes emacs to automatically append*/
after the cursor and for the/**
"doc" snippet to prompt which causes an extra*/
to appear as the doc snippet adds its own. Produces the following.Steps to reproduce
/*
Operating system
Ubuntu 22.04 under WSL2
Emacs version
Emacs 29.3
Installed commit of doom-snippets
c1384cc
The text was updated successfully, but these errors were encountered: