Doom Emacs:关闭单行注释自动补全

Doom Emacs: Turn off single line comment autocompletion

提问人:Krys 提问时间:10/30/2023 最后编辑:DrewKrys 更新时间:11/1/2023 访问量:38

问:

我目前有这个 Doom Emacs 功能:

/*
 *
 * <- automatically inserted after pressing ENTER [good]
 */

//
// <- automatically inserted after pressing ENTER [bad]

我可以在我的配置文件中放置什么 elisp 代码,以便它不会在单行注释后放置换行符,而是在多行注释后添加换行符?///* */

emacs 格式化 注释 缩进 邪恶模式

评论

0赞 Drew 10/30/2023
请不要在 emacs.SE 和 StackOverflow 上发布相同的问题。选择一个保留并立即删除另一个。感谢。

答: 暂无答案