gptel: gptel-mode is local by default
* gptel.el (gptel-mode): Don't specify `:global nil`.
This commit is contained in:
parent
1b47235e25
commit
44045be327
1 changed files with 0 additions and 1 deletions
1
gptel.el
1
gptel.el
|
@ -237,7 +237,6 @@ By default, \"openai.com\" is used as HOST and \"apikey\" as USER."
|
|||
(defvar-local gptel--old-header-line nil)
|
||||
(define-minor-mode gptel-mode
|
||||
"Minor mode for interacting with ChatGPT."
|
||||
:glboal nil
|
||||
:lighter " GPT"
|
||||
:keymap
|
||||
(let ((map (make-sparse-keymap)))
|
||||
|
|
Loading…
Add table
Reference in a new issue