emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape 848ba37797 8/8: Remove :autoport from hint as it's


From: ELPA Syncer
Subject: [elpa] externals/dape 848ba37797 8/8: Remove :autoport from hint as it's probably just confusing
Date: Tue, 16 Jan 2024 15:57:40 -0500 (EST)

branch: externals/dape
commit 848ba377977c58f89c333596a30dfe88fce2053e
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Remove :autoport from hint as it's probably just confusing
---
 dape.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dape.el b/dape.el
index fce9530543..4d474feb45 100644
--- a/dape.el
+++ b/dape.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]