Skip to content

Commit f0a2aba

Browse files
committed
Fix autoload cookie missing
1 parent 9ba01b8 commit f0a2aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868
;;;###autoload
6969
(add-to-list 'auto-mode-alist '("\\.json$" . json-mode))
70+
;;;###autoload
7071
(add-to-list 'auto-mode-alist '("\\.jsonld$" . json-mode))
7172

7273
;;;###autoload

0 commit comments

Comments
 (0)