Skip to content

Commit 448e316

Browse files
committed
chore(license): Update copyright year to 2026
1 parent 87b8429 commit 448e316

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

grip-mode.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; grip-mode.el --- Instant GitHub-flavored Markdown/Org preview using grip. -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2019-2025 Vincent Zhang
3+
;; Copyright (C) 2019-2026 Vincent Zhang
44

55
;; Author: Vincent Zhang <seagle0128@gmail.com>
66
;; Homepage: https://github.com/seagle0128/grip-mode
@@ -108,7 +108,8 @@ Only available for `grip'."
108108
:group 'grip)
109109

110110
(defcustom grip-real-time-refresh nil
111-
"Boolean value to allow real time refresh without saving the file. Support for markdown file only."
111+
"Boolean value to allow real time refresh without saving file.
112+
Support for markdown file only."
112113
:type 'boolean
113114
:group 'grip)
114115

0 commit comments

Comments
 (0)