We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b8429 commit 448e316Copy full SHA for 448e316
grip-mode.el
@@ -1,6 +1,6 @@
1
;;; grip-mode.el --- Instant GitHub-flavored Markdown/Org preview using grip. -*- lexical-binding: t; -*-
2
3
-;; Copyright (C) 2019-2025 Vincent Zhang
+;; Copyright (C) 2019-2026 Vincent Zhang
4
5
;; Author: Vincent Zhang <seagle0128@gmail.com>
6
;; Homepage: https://github.com/seagle0128/grip-mode
@@ -108,7 +108,8 @@ Only available for `grip'."
108
:group 'grip)
109
110
(defcustom grip-real-time-refresh nil
111
- "Boolean value to allow real time refresh without saving the file. Support for markdown file only."
+ "Boolean value to allow real time refresh without saving file.
112
+Support for markdown file only."
113
:type 'boolean
114
115
0 commit comments