We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b64b74 commit b17f3f6Copy full SHA for b17f3f6
dots/emacs/spacemacs.d/layers/kzk-copilot/packages.el
@@ -37,7 +37,8 @@
37
(dolist (binding bindings)
38
(define-key kzk/aider-map (kbd (car binding)) (cdr binding))))
39
40
- (with-eval-after-load 'embark
+ (with-eval-after-load 'consult
41
+ (require 'embark)
42
(define-key embark-buffer-map
43
(kbd "M-%") #'kzk/aider-add-buffer)
44
@@ -165,7 +166,8 @@
165
166
167
(define-key kzk/copilot-chat-map (kbd (car binding)) (cdr binding)))))
168
169
170
171
172
(kbd "M-&") #'kzk/copilot-chat-add-buffer)))
173
0 commit comments