1<?php
2/**
3 * Default configuration for DokuWiki plugin snippets
4 */
5$conf['highlight_skin'] = 'idea';
6
7// vim:ts=4:sw=4:et:enc=utf-8:
8