-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update recipe for json-mode This package no longer depends on `json-refactor`. * Json-mode has moved to the json-emacs Github repo
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
(:name json-mode | ||
:description "Major mode for editing JSON files, extends the builtin js-mode to add better syntax highlighting for JSON." | ||
:description "Major mode for editing JSON files with Emacs" | ||
:type github | ||
:pkgname "joshwnj/json-mode" | ||
:depends (json-snatcher json-reformat)) | ||
:pkgname "json-emacs/json-mode" | ||
:depends (json-snatcher) | ||
:minimum-emacs-version "24.4") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
(:name json-snatcher | ||
:description "Find the path to a value in JSON" | ||
:type github | ||
:pkgname "Sterlingg/json-snatcher") | ||
:pkgname "Sterlingg/json-snatcher" | ||
:minimum-emacs-version "24") |