https://github.com/dantecatalfamo/ejson-mode
Emacs major mode for editing ejson files
https://github.com/dantecatalfamo/ejson-mode
ejson elisp emacs
Last synced: about 2 months ago
JSON representation
Emacs major mode for editing ejson files
- Host: GitHub
- URL: https://github.com/dantecatalfamo/ejson-mode
- Owner: dantecatalfamo
- License: gpl-3.0
- Created: 2019-03-12T19:11:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T21:38:24.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T21:03:35.139Z (about 2 months ago)
- Topics: ejson, elisp, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ejson-mode
[](https://melpa.org/#/ejson-mode)Emacs major mode for editing [ejson](https://github.com/Shopify/ejson) files. Will automatocally generate encryption keys if none are present in the file and allows for manual in-buffer encryption and decryption, and optional automatic ejson encryption on save. Location of ejson keystore and binary can be set manually.
# Default Keybindings
* `C-x C-s` Save and encrypt a file, generate a key if necessary
* `C-c C-e` Encrypt the saved file (run on save by default)
* `C-c C-d` Decrypt the file into the current buffer# Variables
* `ejson-binary-location` Manually specify the location of the ejson binary
* `ejson-keystore-location` Specify an alternate location for the ejson keystore
* `ejson-encrypt-on-save` Disable automatic encryption on save