Skip to content

Commit

Permalink
fix: Remove group specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 14, 2023
1 parent aa8b3eb commit d33dc31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chatgpt.el
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ The data is consist of ROLE and CONTENT."
"Major mode for `chatgpt-input-mode'.
\\<chatgpt-input-mode-map>"
:group chatgpt
(setq-local header-line-format `((:eval (chatgpt-input-header-line))))
(add-hook 'post-command-hook #'chatgpt-input--post-command nil t))

Expand Down Expand Up @@ -720,7 +719,6 @@ The data is consist of ROLE and CONTENT."
"Major mode for `chatgpt-edit-mode'.
\\<chatgpt-edit-mode-map>"
:group chatgpt
(setq-local header-line-format `((:eval (chatgpt-input-header-line))))
(add-hook 'post-command-hook #'chatgpt-input--post-command nil t))

Expand Down Expand Up @@ -809,7 +807,6 @@ The data is consist of ROLE and CONTENT."
"Major mode for `chatgpt-mode'.
\\<chatgpt-mode-map>"
:group chatgpt
(buffer-disable-undo)
(setq-local buffer-read-only t)
(font-lock-mode -1)
Expand Down

0 comments on commit d33dc31

Please sign in to comment.