Sarcasm / company-irony

company-mode completion back-end for irony-mode
118 stars 11 forks source link

Double closing brackets when autocompleting an #include (please help) #47

Open ghost opened 3 years ago

ghost commented 3 years ago

I am new to Emacs in general, so this is almost a 100% not a bug. When I am autocompleting an #include, first it suggests "#include \<header>". Then, when I type the header's name, it suggests the header's name with a >, so in the end it looks like "#include \<someheader.h>>". How do I fix this?

double_brackets