Skip to content

Commit

Permalink
fix: Use auto-text by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Aug 14, 2023
1 parent 18207bb commit 798fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-grammarly.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This is only for development use."
(const "expert"))
:group 'lsp-grammarly)

(defcustom lsp-grammarly-dialect "american"
(defcustom lsp-grammarly-dialect "auto-text"
"Sets the default dialect for every document."
:type '(choice (const "american")
(const "australian")
Expand Down

0 comments on commit 798fdf2

Please sign in to comment.