diff options
Diffstat (limited to 'modules/ai-config.el')
| -rw-r--r-- | modules/ai-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ai-config.el b/modules/ai-config.el index e2a71fed..199f644b 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -524,7 +524,7 @@ Works for any buffer, whether it's visiting a file or not." "s" #'cj/gptel-save-conversation ;; save conversation "t" #'cj/toggle-gptel ;; toggles the ai-assistant window "x" #'cj/gptel-clear-buffer) ;; clears the assistant buffer -(keymap-set cj/custom-keymap "a" cj/ai-keymap) +(cj/register-prefix-map "a" cj/ai-keymap) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
