[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape e5545bbc6f 100/123: Merge pull request #20 from tr
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape e5545bbc6f 100/123: Merge pull request #20 from tromey/fix-typo |
Date: |
Tue, 5 Dec 2023 03:58:05 -0500 (EST) |
branch: externals/dape
commit e5545bbc6fc191d829bd24534fd07925406abe02
Merge: 6b4cebae5f ff3a27dbbd
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: GitHub <noreply@github.com>
Merge pull request #20 from tromey/fix-typo
Fix a typo
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 64224c86aa..3ac2906aca 100644
--- a/dape.el
+++ b/dape.el
@@ -98,7 +98,7 @@ Functions and symbols in configuration:
((const :tag "Port of debug adapter" port) natnum)
((const :tag "Compile cmd" compile) string)
((const :tag "Adapter type" :type) string)
- ((const :tag "Request type launch/attatch" :request)
string)))))
+ ((const :tag "Request type launch/attach" :request)
string)))))
(defcustom dape-key-prefix "\C-x\C-a"
"Prefix of all dape commands."
- [elpa] externals/dape 6b4cebae5f 098/123: Use own keymap for dape--config-read, (continued)
- [elpa] externals/dape 6b4cebae5f 098/123: Use own keymap for dape--config-read, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ff3a27dbbd 099/123: Fix a typo, ELPA Syncer, 2023/12/05
- [elpa] externals/dape ee2ecae446 122/123: Bump version and add FSF copyright line, ELPA Syncer, 2023/12/05
- [elpa] externals/dape b52882f627 123/123: Fix dape-key-prefix type #28, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 5499b7d3d1 114/123: Add fringe breakpoint icon, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2e8202ad9a 006/123: Small doc fixups, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 73150fca55 063/123: Add paging to dape info variables to reduce UI locking, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 1bef80cf37 068/123: Remove confusing default for dape-main-functions, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2a4462d36a 073/123: Fix nil-ed plist props in config diff, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 0c6f5513ae 082/123: Fix build warnings, ELPA Syncer, 2023/12/05
- [elpa] externals/dape e5545bbc6f 100/123: Merge pull request #20 from tromey/fix-typo,
ELPA Syncer <=
- [elpa] externals/dape 5d03bc1212 103/123: Add fn symbol to dape-config for ergonomics of multiple key vals, ELPA Syncer, 2023/12/05
- [elpa] externals/dape d68bfebc08 104/123: Workaround for thread :status nil, ELPA Syncer, 2023/12/05
- [elpa] externals/dape bf91567e5e 105/123: Move dape-config `fn' evaluation into none interactive part of dape, ELPA Syncer, 2023/12/05
- [elpa] externals/dape 2bfa7ddaa5 119/123: Add breakpoints mode for fring/margin breakpoint toggling, ELPA Syncer, 2023/12/05
- [elpa] externals/dape de97f32725 061/123: Improve/fix parsing #9, ELPA Syncer, 2023/12/05