Set default documentation style for C/C++
This commit is contained in:
parent
559c31ce8b
commit
59d14c07f9
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -50,6 +50,9 @@
|
||||||
|
|
||||||
(setq-default c-basic-offset 2)
|
(setq-default c-basic-offset 2)
|
||||||
(setq c-default-style "linux")
|
(setq c-default-style "linux")
|
||||||
|
(setq-default c-doc-comment-style
|
||||||
|
'((c-mode . doxygen)
|
||||||
|
(c++-mode . doxygen)))
|
||||||
|
|
||||||
(let ((my-font "Iosevka Term")
|
(let ((my-font "Iosevka Term")
|
||||||
(my-height 120))
|
(my-height 120))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue