怎么样把C语言注释代码的风格改为和C++一样

M-x c-toggle-comment-style ,或着用 hook

(add-hook 'c-mode-hook #'(lambda () (c-toggle-comment-style -1)))

3 个赞