diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index e6a7202ea..07b69cf87 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -47,6 +47,10 @@ compilation database is present in the project.") (set-docsets! 'c-mode "C") (set-docsets! 'c++-mode "C++" "Boost") + (set-rotate-patterns! 'c++-mode + :symbols '(("public" "protected" "private") + ("class" "struct"))) + (set-pretty-symbols! '(c-mode c++-mode) ;; Functional ;; :def "void "