diff options
author | bd <bdunahu@operationnull.com> | 2025-10-18 19:19:11 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-10-18 19:19:11 -0400 |
commit | 5af7f12053c1ab393d1306e53606d72b2122d107 (patch) | |
tree | 8080398177a8642dd934476947475ee23b3a9cfa /.config/emacs/modules/bd--chat.el | |
parent | 4d6171844a8b6971c76be8054aa56b65685317fd (diff) |
swap open gptel keybind
Diffstat (limited to '.config/emacs/modules/bd--chat.el')
-rw-r--r-- | .config/emacs/modules/bd--chat.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--chat.el b/.config/emacs/modules/bd--chat.el index 62ab2bb..0649605 100644 --- a/.config/emacs/modules/bd--chat.el +++ b/.config/emacs/modules/bd--chat.el @@ -60,7 +60,7 @@ channel, which is issuing the PART command." (use-package gptel :bind (("C-c g" . gptel-menu) - ("C-c C-k" . (lambda () (interactive) (gptel "*evka*") (switch-to-buffer "*evka*")))) + ("C-c k" . (lambda () (interactive) (gptel "*evka*") (switch-to-buffer "*evka*")))) :config (defvar bd/llama-cpp-buffer-name "*llama-cpp-proc*") (defvar bd/llama-cpp-reasoning-buffer-name "*llama-cpp-reasoning*") |