Skip to content

Commit e8ba0c0

Browse files
authored
Merge pull request #42 from zonuexe/fix/autoload-jsonld
Fix autoload cookie missing
2 parents 9ba01b8 + f0a2aba commit e8ba0c0

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)