all repos — archive/dotfiles @ 7412c7db219c2c85091afb04452dd223c03a223b

Superseded by nixfiles

Emacs: Install json-mode

Alan Pearce
commit

7412c7db219c2c85091afb04452dd223c03a223b

parent

1e8ce4132e6f4b7dd1e3cc9363f675af1ce65d5c

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1421,6 +1421,9 @@ (add-hook 'js2-mode-hook #'ap/javascript-setup)
(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")))