prefs.onChange("indent", function () {
        $outline.find("ul").toggleClass("outline-hide-indent", !prefs.get("indent"));
    });