summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/ai-config.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ai-config.el b/modules/ai-config.el
index 3b89faca..ba468eb9 100644
--- a/modules/ai-config.el
+++ b/modules/ai-config.el
@@ -100,8 +100,6 @@ Call this only after loading 'gptel' so the backend constructors exist."
(unless gptel-backend
(setq gptel-backend (or gptel-chatgpt-backend gptel-claude-backend))))
-(autoload 'cj/toggle-gptel "ai-config" "Toggle the AI-Assistant window" t)
-
;; ------------------ GPTel Conversation And Utility Commands ------------------
(defun cj/gptel--available-backends ()