From 5af7f12053c1ab393d1306e53606d72b2122d107 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 18 Oct 2025 19:19:11 -0400 Subject: swap open gptel keybind --- .config/emacs/modules/bd--chat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*") -- cgit v1.2.3