Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 16, 2024
1 parent 4a64532 commit f7290c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grip-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
:type 'boolean
:group 'grip)

(defcustom grip-preview-use-webkit (featurep 'xwidget-internal)
(defcustom grip-preview-use-webkit t
"Use embedded webkit to preview.
This requires GNU/Emacs version >= 26 and built with the `--with-xwidgets`
This requires Emacs GUI version >= 26 and built with the `--with-xwidgets`
option."
:type 'boolean
:group 'grip)
Expand Down

0 comments on commit f7290c7

Please sign in to comment.