snippets icon indicating copy to clipboard operation
snippets copied to clipboard

C++ Comment Snippet interferring With Emacs Comment Complete

Open avlec opened this issue 1 year ago • 0 comments
trafficstars

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. msrdc_eUCAT3XSbC

Steps to reproduce

  1. Type /*
  2. Hit enter

Operating system

Ubuntu 22.04 under WSL2

Emacs version

Emacs 29.3

Installed commit of doom-snippets

c1384cc7975ee7ca7d551eb56c104d768440c3cb

avlec avatar May 27 '24 20:05 avlec