diff --git a/ccls-tree.el b/ccls-tree.el index 2746010..37280b4 100644 --- a/ccls-tree.el +++ b/ccls-tree.el @@ -170,7 +170,7 @@ "◀ " "") (if (ccls-tree-node-has-children node) - (if (ccls-tree-node-expanded node) "▶ " "▼ ") + (if (ccls-tree-node-expanded node) "▼ " "▶ ") (if (eq number (- nchildren 1)) "└╸" "├╸"))))) (concat padding (propertize symbol 'face 'ccls-tree-icon-face))))