Skip to content

Commit

Permalink
Fix keyword arguments for treemacs-define-variadic-entry-node-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleek committed Feb 17, 2025
1 parent 2a5524b commit 728fc29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dap-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -1172,12 +1172,8 @@ request."

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

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

0 comments on commit 728fc29

Please sign in to comment.