Skip to content

Commit

Permalink
Remove :autoport from hint as it's probably just confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 16, 2024
1 parent 49e6c30 commit 848ba37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -3668,6 +3668,7 @@ Buffer is specified by MODE and ID."
(cl-loop with base-config = (alist-get hint-key dape-configs)
for (key value) on hint-config by 'cddr
unless (or (memq key dape-minibuffer-hint-ignore-properties)
(and (eq key 'port) (eq value :autoport))
(eq key 'ensure))
collect (concat
(propertize (format "%s" key)
Expand Down

0 comments on commit 848ba37

Please sign in to comment.