Closed zijianyue closed 5 months ago
Added the customization variable symbols-outline-initial-folded-node-kinds
. Please check out the latest update.
To achieve your purpose, you can set the variable like below:
(with-eval-after-load 'symbols-outline
(setq symbols-outline-initial-folded-node-kinds '("enum" "struct")))
OK,it works well.