From 7412c7db219c2c85091afb04452dd223c03a223b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jun 2015 12:33:33 +0200 Subject: Emacs: Install json-mode --- tag-emacs/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 8e3cb32a..51a9d1fc 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1421,6 +1421,9 @@ symbol, not word, as I need this for programming the most." (setq js2-basic-offset 4 js2-include-node-externs t))) +(req-package json-mode + :mode ("\\.json\\'" . json-mode)) + (req-package tern :config (progn (setq tern-command (list (executable-find "tern"))) -- cgit 1.4.1