branch: externals/dape
commit b52882f627f29e96278b152b567c5c7bcab5bbce
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Fix dape-key-prefix type #28
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 6cc3ddbd5e..cc74f52280 100644
--- a/dape.el
+++ b/dape.el
@@ -250,7 +250,7 @@ Functions and symbols in configuration:
 
 (defcustom dape-key-prefix "\C-x\C-a"
   "Prefix of all dape commands."
-  :type 'key)
+  :type 'key-sequence)
 
 (defcustom dape-display-source-buffer-action
   '(display-buffer-reuse-window

Reply via email to