Skip to content

Commit 6835759

Browse files
authored
Fix keyword arguments for treemacs-define-variadic-entry-node-type (#829)
1 parent 56e92dd commit 6835759

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dap-ui.el

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,12 +1172,8 @@ request."
11721172

11731173
(treemacs-define-variadic-entry-node-type dap-loaded-sources
11741174
:key 'DAP-Loaded-Sources
1175-
:label (propertize "DAP-Loaded-Sources" 'face 'font-lock-keyword-face)
1176-
:open-icon (dap-ui--calculate-sources-icon item t)
1177-
:closed-icon (dap-ui--calculate-sources-icon item nil)
11781175
:children (dap-ui--loaded-sources-root)
1179-
:child-type 'dap-loaded-sources-node
1180-
:more-properties `(:pth ,item))
1176+
:child-type 'dap-loaded-sources-node)
11811177

11821178
(treemacs-define-expandable-node-type dap-loaded-sources-node
11831179
:open-icon (dap-ui--calculate-sources-icon item t)

0 commit comments

Comments
 (0)